summaryrefslogtreecommitdiff
path: root/routingTable.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 15:16:46 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 15:16:46 +0000
commitabef27c309c3e3bc607ab3fd44ef4479290911f7 (patch)
treee75fdbbb6a18b49fd116fcf8fd884bb2a060f3b9 /routingTable.h
parentmore edits on dokumentation.odt (diff)
added joobla template
Diffstat (limited to 'routingTable.h')
-rw-r--r--routingTable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/routingTable.h b/routingTable.h
index f4f89c3..4466414 100644
--- a/routingTable.h
+++ b/routingTable.h
@@ -53,6 +53,7 @@ public:
bool empty();
void clear();
Mutex& getMutex();
+ u_int16_t& getOrNewRoutingTEUnlocked(const NetworkAddress & addr);
private:
static Mutex instMutex;