summaryrefslogtreecommitdiff
path: root/syncCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncCommand.h')
-rw-r--r--syncCommand.h3
1 files changed, 2 insertions, 1 deletions
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 <string>
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: