[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge DelugeM.nc, 1.18, 1.19
Jonathan Hui
jwhui at users.sourceforge.net
Sun Jun 12 12:22:35 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22704
Modified Files:
DelugeM.nc
Log Message:
Temporarily take out ability to reset version number for an
image. Need to think its implemenation through a bit more. The quick
hacks used to implement this caused other bugs.
Index: DelugeM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/DelugeM.nc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** DelugeM.nc 9 Jun 2005 22:13:26 -0000 1.18
--- DelugeM.nc 12 Jun 2005 19:22:33 -0000 1.19
***************
*** 281,288 ****
return pMsg;
}
- else if ( rxAdvMsg->imgDesc.vNum == DELUGE_INVALID_VNUM ) {
- call Metadata.setupNewImage(&(rxAdvMsg->imgDesc));
- return pMsg;
- }
}
--- 281,284 ----
More information about the Tinyos-beta-commits
mailing list