diff options
Diffstat (limited to 'src/routingTable.h')
-rw-r--r-- | src/routingTable.h | 2 |
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); |