From: gnawali Date: Fri, 9 Feb 2007 07:54:39 +0000 (+0000) Subject: remove LinkSrcPacket interface X-Git-Tag: tinyos/2.0.1~179 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=f3ead9d2a2766b90dc9ba67eaeb3f0c3af41115b remove LinkSrcPacket interface --- diff --git a/tos/lib/net/ctp/CtpP.nc b/tos/lib/net/ctp/CtpP.nc index 43254bb6..00e20e0e 100644 --- a/tos/lib/net/ctp/CtpP.nc +++ b/tos/lib/net/ctp/CtpP.nc @@ -139,7 +139,6 @@ implementation { Router.BeaconSend -> Estimator.Send; Router.BeaconReceive -> Estimator.Receive; Router.LinkEstimator -> Estimator.LinkEstimator; - Router.LinkSrcPacket -> Estimator.LinkSrcPacket; Router.AMPacket -> ActiveMessageC; Router.RadioControl -> ActiveMessageC; Router.BeaconTimer -> RoutingBeaconTimer;