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/syncRouteCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syncRouteCommand.h') diff --git a/src/syncRouteCommand.h b/src/syncRouteCommand.h index 61bc7b1..349ae93 100644 --- a/src/syncRouteCommand.h +++ b/src/syncRouteCommand.h @@ -46,7 +46,7 @@ public: private: SyncRouteCommand(const SyncRouteCommand &); - uint16_t count_; + u_int16_t count_; NetworkPrefix addr_; friend class boost::serialization::access; template -- cgit v1.2.3