summaryrefslogtreecommitdiff
path: root/routingTable.h
diff options
context:
space:
mode:
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;