summaryrefslogtreecommitdiff
path: root/src/routingTable.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-22 21:55:03 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-22 21:55:03 +0000
commit1342ccd5dcea3dae831b8209d4cadfaf327d17ce (patch)
tree6e67aada9012472fad53567c9778bf91317ef042 /src/routingTable.h
parentupdateRouteTree has to stay unlocked (is only called within locked routines s... (diff)
cleaner naming for updateRoutingTreeUnlocked now
Diffstat (limited to 'src/routingTable.h')
-rw-r--r--src/routingTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingTable.h b/src/routingTable.h
index 2f25c1a..9ab3260 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); //Warning Unlocked!!!
+ void updateRouteTreeUnlocked(const NetworkPrefix & pref);
void delRoute(const NetworkPrefix & );
u_int16_t getRoute(const NetworkAddress &);
bool empty(network_address_type_t type);