summaryrefslogtreecommitdiff
path: root/src/routingTable.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-11 14:47:08 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-11 14:47:08 +0000
commitd7a5235d9a3702cdbe2fd67d5aac7368d2484a87 (patch)
treee0891a60dccf3e471b5b689fd3e84e35d9d89c5f /src/routingTable.h
parentremoved old includes (diff)
mainly type and define fixes
partly builds on windows without conversion between host and network byte order working compile defines: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER;WIN32_LEAN_AND_MEAN
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();