X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fblip%2Finterfaces%2FIPRouting.nc;h=e352ab151533f56430a68878f1620f96c2ff255f;hb=e1526e289da030ff214b8ee978c564289a207a53;hp=873280abe7625d32d0ad73e862b8fd44ade96c86;hpb=82bee1ef3f15d5154f09e150eef5b7c65bb973cc;p=tinyos-2.x.git diff --git a/tos/lib/net/blip/interfaces/IPRouting.nc b/tos/lib/net/blip/interfaces/IPRouting.nc index 873280ab..e352ab15 100644 --- a/tos/lib/net/blip/interfaces/IPRouting.nc +++ b/tos/lib/net/blip/interfaces/IPRouting.nc @@ -80,6 +80,8 @@ interface IPRouting { command struct ip6_route *insertRoutingHeader(struct split_ip_msg *msg); + command void reset(); + #ifdef CENTRALIZED_ROUTING // command error_t installFlowEntry(struct rinstall_header* rih, bool isMine);