[Tinyos-2-commits]
CVS: tinyos-2.x/tos/interfaces Intercept.nc, 1.4, 1.5
Omprakash Gnawali
gnawali at users.sourceforge.net
Fri Feb 8 21:44:11 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12673
Modified Files:
Intercept.nc
Log Message:
change length to 8 bits.
Index: Intercept.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/Intercept.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Intercept.nc 12 Dec 2006 18:23:14 -0000 1.4
--- Intercept.nc 9 Feb 2008 05:44:09 -0000 1.5
***************
*** 29,32 ****
*
*/
! event bool forward(message_t* msg, void* payload, uint16_t len);
}
--- 29,32 ----
*
*/
! event bool forward(message_t* msg, void* payload, uint8_t len);
}
More information about the Tinyos-2-commits
mailing list