[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpForwardingEngineP.nc, 1.13, 1.14

Omprakash Gnawali gnawali at users.sourceforge.net
Thu Jul 31 20:54:49 PDT 2008


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

Modified Files:
	CtpForwardingEngineP.nc 
Log Message:
update misleading comment

Index: CtpForwardingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/CtpForwardingEngineP.nc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CtpForwardingEngineP.nc	4 Jun 2008 04:30:41 -0000	1.13
--- CtpForwardingEngineP.nc	1 Aug 2008 03:54:47 -0000	1.14
***************
*** 437,441 ****
          call CollectionDebug.logEvent(NET_C_FE_CONGESTION_END);
        } 
!       // Once we are here, we have decided to send the packet.
        if (call SentCache.lookup(qe->msg)) {
          call CollectionDebug.logEvent(NET_C_FE_DUPLICATE_CACHE_AT_SEND);
--- 437,441 ----
          call CollectionDebug.logEvent(NET_C_FE_CONGESTION_END);
        } 
!       // Now we check if we have already sent a packet with matching signature
        if (call SentCache.lookup(qe->msg)) {
          call CollectionDebug.logEvent(NET_C_FE_DUPLICATE_CACHE_AT_SEND);



More information about the Tinyos-2-commits mailing list