[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
ForwardingEngine.h, 1.1.2.11, 1.1.2.12
Rodrigo Fonseca
rfonseca76 at users.sourceforge.net
Wed Jun 21 22:44:24 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30163
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
ForwardingEngine.h
Log Message:
Added sequence number to header
Index: ForwardingEngine.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/ForwardingEngine.h,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -C2 -d -r1.1.2.11 -r1.1.2.12
*** ForwardingEngine.h 21 Jun 2006 13:46:53 -0000 1.1.2.11
--- ForwardingEngine.h 22 Jun 2006 05:44:22 -0000 1.1.2.12
***************
*** 42,45 ****
--- 42,46 ----
nx_uint8_t control;
nx_am_addr_t origin;
+ nx_uint8_t seqno;
nx_uint8_t collectid;
} network_header_t;
More information about the Tinyos-2-commits
mailing list