[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drip DripM.nc,1.8,1.9

Gilman Tolle gtolle at users.sourceforge.net
Fri Aug 26 18:29:25 PDT 2005


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

Modified Files:
	DripM.nc 
Log Message:
disabled the WakeupSend functionality of Drip, because I saw it get triggered accidentally and flood the channel.

Index: DripM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Drip/DripM.nc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** DripM.nc	19 Aug 2005 06:22:45 -0000	1.8
--- DripM.nc	27 Aug 2005 01:29:23 -0000	1.9
***************
*** 132,135 ****
--- 132,136 ----
      call DripState.fillMetadata[id](&dripMsg->metadata);
  
+ /*
      if (dripMsg->metadata.seqno & DRIP_WAKEUP_BIT) {
        result = call WakeupSendMsg.send(TOS_BCAST_ADDR, 
***************
*** 137,144 ****
  				       pMsgBuf);
      } else {
        result = call SendMsg.send(TOS_BCAST_ADDR, 
  				 offsetof(DripMsg,data) + len,
  				 pMsgBuf);
!     }
  
      if (result == SUCCESS) {
--- 138,146 ----
  				       pMsgBuf);
      } else {
+ */
        result = call SendMsg.send(TOS_BCAST_ADDR, 
  				 offsetof(DripMsg,data) + len,
  				 pMsgBuf);
! //    }
  
      if (result == SUCCESS) {



More information about the Tinyos-beta-commits mailing list