diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-29 14:46:07 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-29 14:46:07 +0000 |
commit | 42b921f09a3178d308ec9f3b3ac605fd95f26bc0 (patch) | |
tree | 71d0d2503569790d58225185c529353a83fd43f7 /routingTable.h | |
parent | output route on anytun-showtables; (diff) |
route
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 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(); |