diff options
Diffstat (limited to 'routingTable.h')
-rw-r--r-- | routingTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routingTable.h b/routingTable.h index 6ffd15b..b027bd8 100644 --- a/routingTable.h +++ b/routingTable.h @@ -53,7 +53,7 @@ public: bool empty(); void clear(); Mutex& getMutex(); - u_int16_t* getOrNewRoutingTEUnlocked(const NetworkAddress & addr); + u_int16_t* getOrNewRoutingTEUnlocked(const NetworkPrefix & addr); uint16_t getCountUnlocked(); RoutingMap::iterator getBeginUnlocked(); RoutingMap::iterator getEndUnlocked(); |