[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
ForwardingEngineP.nc, 1.1.2.7, 1.1.2.8
Rodrigo Fonseca
rfonseca76 at users.sourceforge.net
Mon May 15 09:48:06 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12332
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
ForwardingEngineP.nc
Log Message:
Minor fixes
Index: ForwardingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/ForwardingEngineP.nc,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** ForwardingEngineP.nc 1 May 2006 16:43:32 -0000 1.1.2.7
--- ForwardingEngineP.nc 15 May 2006 16:48:04 -0000 1.1.2.8
***************
*** 41,46 ****
uses {
interface AMSend;
! interface AMReceive as SubReceive;
! interface AMReceive as SubSnoop;
interface Packet as SubPacket;
interface UnicastNameFreeRouting;
--- 41,46 ----
uses {
interface AMSend;
! interface Receive as SubReceive;
! interface Receive as SubSnoop;
interface Packet as SubPacket;
interface UnicastNameFreeRouting;
***************
*** 242,246 ****
qe->client = CLIENT_COUNT;
! uint8_t len = call SubPacket.payloadLength(m);x
call Packet.setPayloadLength(m, len + sizeof(network_header_t));
if (call SendQueue.enqueue(qe))
--- 242,246 ----
qe->client = CLIENT_COUNT;
! uint8_t len = call SubPacket.payloadLength(m);
call Packet.setPayloadLength(m, len + sizeof(network_header_t));
if (call SendQueue.enqueue(qe))
More information about the Tinyos-2-commits
mailing list