[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/include annots_stage1.h, 1.6, 1.7
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CompareBit.nc, 1.1, 1.2 CtpForwardingEngine.h, 1.3, 1.4 CtpForwardingEngineP.nc, 1.12, 1.13 CtpRoutingEngineP.nc, 1.14, 1.15 CtpRoutingPacket.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/include annots_stage1.h, 1.6, 1.7
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CompareBit.nc, 1.1, 1.2 CtpForwardingEngine.h, 1.3, 1.4 CtpForwardingEngineP.nc, 1.12, 1.13 CtpRoutingEngineP.nc, 1.14, 1.15 CtpRoutingPacket.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list