summaryrefslogtreecommitdiff
path: root/src/routingTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/routingTable.h')
-rw-r--r--src/routingTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingTable.h b/src/routingTable.h
index ca19f28..eee8836 100644
--- a/src/routingTable.h
+++ b/src/routingTable.h
@@ -55,7 +55,7 @@ public:
void clear();
Mutex& getMutex();
u_int16_t* getOrNewRoutingTEUnlocked(const NetworkPrefix & addr);
- uint16_t getCountUnlocked();
+ u_int16_t getCountUnlocked();
RoutingMap::iterator getBeginUnlocked();
RoutingMap::iterator getEndUnlocked();