[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/lqi LqiForwardingEngineP.nc, 1.13, 1.14 RouteSelect.nc, 1.3, 1.4

John Regehr regehr at users.sourceforge.net
Tue Jun 3 20:57:44 PDT 2008


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

Modified Files:
	LqiForwardingEngineP.nc RouteSelect.nc 
Log Message:
safe tinyos annotations

Index: LqiForwardingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/lqi/LqiForwardingEngineP.nc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** LqiForwardingEngineP.nc	19 Feb 2008 19:50:21 -0000	1.13
--- LqiForwardingEngineP.nc	4 Jun 2008 03:57:41 -0000	1.14
***************
*** 285,289 ****
    }
  
!   event message_t* SubReceive.receive(message_t* msg, void* payload, uint8_t len) {
      collection_id_t id = call CollectionPacket.getType(msg);
      payload += sizeof(lqi_header_t);
--- 285,289 ----
    }
  
!   event message_t* SubReceive.receive(message_t* ONE msg, void* COUNT_NOK(len) payload, uint8_t len) {
      collection_id_t id = call CollectionPacket.getType(msg);
      payload += sizeof(lqi_header_t);

Index: RouteSelect.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/lqi/RouteSelect.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RouteSelect.nc	13 Apr 2007 21:45:25 -0000	1.3
--- RouteSelect.nc	4 Jun 2008 03:57:41 -0000	1.4
***************
*** 99,103 ****
     */
    
!   command error_t selectRoute(message_t* msg, uint8_t resend);
  
  
--- 99,103 ----
     */
    
!   command error_t selectRoute(message_t* ONE msg, uint8_t resend);
  
  



More information about the Tinyos-2-commits mailing list