[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/Grouper
GrouperM.nc, 1.3, 1.4
Jonathan Hui
jwhui at users.sourceforge.net
Sun Sep 26 12:36:15 PDT 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/Grouper
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14980/Grouper
Modified Files:
GrouperM.nc
Log Message:
- Gil, please check on this. There are undeclared variables in
GrouperM.nc. I've just commented them out and things seem to compile
fine. This was to allow other XSM people to compile. Hopefully
functionality isn't changed.
- Removed Deluge include paths from MakeSNMS since the Makefile
includes them automatically. Can cause problems when trying to build
for XSM which Deluge has a different branch.
Index: GrouperM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/Grouper/GrouperM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GrouperM.nc 21 Sep 2004 03:57:53 -0000 1.3
--- GrouperM.nc 26 Sep 2004 19:36:13 -0000 1.4
***************
*** 62,67 ****
memcpy(cmdMsg, &cmdMsgCache, sizeof(cmdMsgCache));
! dripMsg = msg;
! dripMsgData = pData;
call Drip.rebroadcast(msg, pData,
--- 62,71 ----
memcpy(cmdMsg, &cmdMsgCache, sizeof(cmdMsgCache));
! /* JWHUI: what is going on here? they dripMsg and dripMsgData are
! * undeclared and causing compile errors.
!
! dripMsg = msg;
! dripMsgData = pData;
! */
call Drip.rebroadcast(msg, pData,
More information about the Tinyos-beta-commits
mailing list