From 62c4bf0fd2b504798c120284958105681f9e20f6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 17:09:06 +0000 Subject: further routing fixes --- routingTable.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'routingTable.h') diff --git a/routingTable.h b/routingTable.h index 4466414..a277678 100644 --- a/routingTable.h +++ b/routingTable.h @@ -54,6 +54,9 @@ public: void clear(); Mutex& getMutex(); u_int16_t& getOrNewRoutingTEUnlocked(const NetworkAddress & addr); + uint16_t getCountUnlocked(); + RoutingMap::iterator getBeginUnlocked(); + RoutingMap::iterator getEndUnlocked(); private: static Mutex instMutex; -- cgit v1.2.3