From cd02a8d6f95ef116eb2c824587767ae943066707 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 22 Dec 2008 21:46:39 +0000 Subject: updateRouteTree has to stay unlocked (is only called within locked routines so far) this might change at later time --- src/routingTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routingTable.h') diff --git a/src/routingTable.h b/src/routingTable.h index 85de0fa..2f25c1a 100644 --- a/src/routingTable.h +++ b/src/routingTable.h @@ -50,7 +50,7 @@ public: RoutingTable(); ~RoutingTable(); void addRoute(const NetworkPrefix & ,u_int16_t); - void updateRouteTree(const NetworkPrefix & pref); + void updateRouteTree(const NetworkPrefix & pref); //Warning Unlocked!!! void delRoute(const NetworkPrefix & ); u_int16_t getRoute(const NetworkAddress &); bool empty(network_address_type_t type); -- cgit v1.2.3