[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/Drip DripM.nc, 1.19, 1.20

Gilman Tolle gtolle at users.sourceforge.net
Tue Sep 7 16:32:24 PDT 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/Drip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11704/Drip

Modified Files:
	DripM.nc 
Log Message:
Changed the waiting period after receiving the sleep or reboot command before actually doing that to 65 seconds

Index: DripM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/Drip/DripM.nc,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** DripM.nc	7 Sep 2004 22:15:38 -0000	1.19
--- DripM.nc	7 Sep 2004 23:32:22 -0000	1.20
***************
*** 417,421 ****
        /* my entry is equal. suppress. */
  
!       dripEntry->trickleSuppress = TRUE;
  
      } else {
--- 417,424 ----
        /* my entry is equal. suppress. */
  
! #ifdef DRIP_NO_SUPPRESS_WAKEUP
!       if (dripMsg->metadata.id != DRIP_WAKEUPID)
! #endif
! 	dripEntry->trickleSuppress = TRUE;
  
      } else {



More information about the Tinyos-beta-commits mailing list