From 42b921f09a3178d308ec9f3b3ac605fd95f26bc0 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 29 Feb 2008 14:46:07 +0000 Subject: route --- routingTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routingTable.h') diff --git a/routingTable.h b/routingTable.h index a277678..6ffd15b 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 NetworkAddress & addr); uint16_t getCountUnlocked(); RoutingMap::iterator getBeginUnlocked(); RoutingMap::iterator getEndUnlocked(); -- cgit v1.2.3