[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpRoutingEngineP.nc, 1.18, 1.19
Omprakash Gnawali
gnawali at users.sourceforge.net
Wed Oct 29 00:34:57 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4872
Modified Files:
CtpRoutingEngineP.nc
Log Message:
unused decls
Index: CtpRoutingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/CtpRoutingEngineP.nc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** CtpRoutingEngineP.nc 27 Sep 2008 17:00:54 -0000 1.18
--- CtpRoutingEngineP.nc 29 Oct 2008 07:34:55 -0000 1.19
***************
*** 152,162 ****
/* end statistics */
- uint32_t routeUpdateTimerCount;
-
- // Maximimum it takes to hear four beacons
- enum {
- DEATH_TEST_INTERVAL = (maxInterval * 4) / (BEACON_INTERVAL / 1024),
- };
-
// forward declarations
void routingTableInit();
--- 152,155 ----
***************
*** 200,204 ****
command error_t Init.init() {
uint8_t maxLength;
- routeUpdateTimerCount = 0;
radioOn = FALSE;
running = FALSE;
--- 193,196 ----
More information about the Tinyos-2-commits
mailing list