[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
TreeRoutingEngineP.nc, 1.1.2.12, 1.1.2.13
Rodrigo Fonseca
rfonseca76 at users.sourceforge.net
Mon Jun 19 13:19:35 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
TreeRoutingInspect.nc, 1.1.2.1, 1.1.2.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork Driver.c,
1.1.2.3, 1.1.2.4 TestNetwork.h, 1.1.2.4,
1.1.2.5 TestNetworkC.nc, 1.1.2.12, 1.1.2.13 test.py, 1.1.2.5,
1.1.2.6 tn-listener.c, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2039
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
TreeRoutingEngineP.nc
Log Message:
Added dummy methods for the changes in the interface TreeRoutingInspect
Index: TreeRoutingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/TreeRoutingEngineP.nc,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -d -r1.1.2.12 -r1.1.2.13
*** TreeRoutingEngineP.nc 16 Jun 2006 13:00:57 -0000 1.1.2.12
--- TreeRoutingEngineP.nc 19 Jun 2006 20:19:33 -0000 1.1.2.13
***************
*** 530,533 ****
--- 530,542 ----
}
+ /* Will tell the link estimator to blacklist this neighbor until the next
+ * update time */
+ command void reportBadRoute(am_addr_t neighbor) {
+ }
+
+ /* Send a beacon */
+ command void triggerRouteUpdate() {
+ }
+
/* if this gets expensive, introduce indirection through an array of pointers */
error_t routingTableEvict(am_addr_t neighbor) {
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
TreeRoutingInspect.nc, 1.1.2.1, 1.1.2.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork Driver.c,
1.1.2.3, 1.1.2.4 TestNetwork.h, 1.1.2.4,
1.1.2.5 TestNetworkC.nc, 1.1.2.12, 1.1.2.13 test.py, 1.1.2.5,
1.1.2.6 tn-listener.c, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list