diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-28 17:09:06 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-28 17:09:06 +0000 |
commit | 62c4bf0fd2b504798c120284958105681f9e20f6 (patch) | |
tree | e04cbc56baf28864313da2a26eb4cb43b43fe920 /routingTable.h | |
parent | reduced routing sync overhead (diff) |
further routing fixes
Diffstat (limited to 'routingTable.h')
-rw-r--r-- | routingTable.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |