[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection ForwardingEngineP.nc, 1.1.2.46, 1.1.2.47

Rodrigo Fonseca rfonseca76 at users.sourceforge.net
Wed Jun 28 16:46:40 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	ForwardingEngineP.nc 
Log Message:
Augmented Loop detected debug call

Index: ForwardingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/ForwardingEngineP.nc,v
retrieving revision 1.1.2.46
retrieving revision 1.1.2.47
diff -C2 -d -r1.1.2.46 -r1.1.2.47
*** ForwardingEngineP.nc	27 Jun 2006 20:44:14 -0000	1.1.2.46
--- ForwardingEngineP.nc	28 Jun 2006 23:46:38 -0000	1.1.2.47
***************
*** 626,630 ****
              call TreeRoutingInspect.triggerRouteUpdate();
              startRetxmitTimer(LOOPY_WINDOW, LOOPY_OFFSET);
!             call CollectionDebug.logEvent(NET_C_FE_LOOP_DETECTED);
            }
          }
--- 626,633 ----
              call TreeRoutingInspect.triggerRouteUpdate();
              startRetxmitTimer(LOOPY_WINDOW, LOOPY_OFFSET);
!             call CollectionDebug.logEventMsg(NET_C_FE_LOOP_DETECTED,
! 					 call CollectionPacket.getSequenceNumber(m), 
! 					 call CollectionPacket.getOrigin(m), 
!                                          call AMPacket.destination(m));
            }
          }



More information about the Tinyos-2-commits mailing list