From 62c4bf0fd2b504798c120284958105681f9e20f6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 17:09:06 +0000 Subject: further routing fixes --- syncCommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'syncCommand.h') diff --git a/syncCommand.h b/syncCommand.h index 9d10c76..db82153 100644 --- a/syncCommand.h +++ b/syncCommand.h @@ -7,6 +7,7 @@ #include "threadUtils.hpp" #include "syncConnectionCommand.h" #include "syncRouteCommand.h" +#include "networkPrefix.h" #include class SyncCommand @@ -14,7 +15,7 @@ class SyncCommand public: SyncCommand(ConnectionList & cl ); SyncCommand(ConnectionList & cl ,u_int16_t mux); - SyncCommand(u_int16_t mux); + SyncCommand(NetworkPrefix); ~SyncCommand(); private: -- cgit v1.2.3