[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection CollectionDebugMsg.h, 1.1.2.3, 1.1.2.4

Rodrigo Fonseca rfonseca76 at users.sourceforge.net
Thu Jun 15 13:27:02 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25806

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	CollectionDebugMsg.h 
Log Message:
Added two constants



Index: CollectionDebugMsg.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/CollectionDebugMsg.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** CollectionDebugMsg.h	15 Jun 2006 17:12:44 -0000	1.1.2.3
--- CollectionDebugMsg.h	15 Jun 2006 20:27:00 -0000	1.1.2.4
***************
*** 23,26 ****
--- 23,28 ----
      NET_C_TREE_NEW_PARENT = 0x31,   //:        :parent_id, hopcount, metric
      NET_C_TREE_ROUTE_INFO = 0x32,   //:periodic:parent_id, hopcount, metric
+     NET_C_TREE_SENT_BEACON = 0x33,
+     NET_C_TREE_RCV_BEACON = 0x34,
  
      NET_C_DBG_1 = 0x40,             //:any     :uint16_t a



More information about the Tinyos-2-commits mailing list