From d7a5235d9a3702cdbe2fd67d5aac7368d2484a87 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 11 Dec 2008 14:47:08 +0000 Subject: 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 --- src/routingTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routingTable.h') 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(); -- cgit v1.2.3