summaryrefslogtreecommitdiff
path: root/src/syncRouteCommand.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/syncRouteCommand.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/syncRouteCommand.h')
-rw-r--r--src/syncRouteCommand.h2
1 files changed, 1 insertions, 1 deletions
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<class Archive>