[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpRoutingEngineP.nc, 1.5, 1.6

Phil Levis scipio at users.sourceforge.net
Wed Feb 7 16:23:58 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14618

Modified Files:
	CtpRoutingEngineP.nc 
Log Message:
Remove LinkSrcPacket.nc.


Index: CtpRoutingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/CtpRoutingEngineP.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CtpRoutingEngineP.nc	16 Jan 2007 04:39:20 -0000	1.5
--- CtpRoutingEngineP.nc	8 Feb 2007 00:23:56 -0000	1.6
***************
*** 108,112 ****
          interface LinkEstimator;
          interface AMPacket;
-         interface LinkSrcPacket;
          interface SplitControl as RadioControl;
          interface Timer<TMilli> as BeaconTimer;
--- 108,111 ----
***************
*** 478,482 ****
          
          //need to get the am_addr_t of the source
!         from = call LinkSrcPacket.getSrc(msg);
          rcvBeacon = (ctp_routing_header_t*)payload;
  
--- 477,481 ----
          
          //need to get the am_addr_t of the source
!         from = call AMPacket.source(msg);
          rcvBeacon = (ctp_routing_header_t*)payload;
  



More information about the Tinyos-2-commits mailing list