From 8cc8098e08b588bbbaa0be07f9b12f7b924347b6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 29 Feb 2008 14:52:10 +0000 Subject: fixed routing table getornew --- routingTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routingTable.h') 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(); -- cgit v1.2.3