summaryrefslogtreecommitdiff
path: root/service/OneService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'service/OneService.hpp')
-rw-r--r--service/OneService.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/OneService.hpp b/service/OneService.hpp
index b0467419..23e572d0 100644
--- a/service/OneService.hpp
+++ b/service/OneService.hpp
@@ -35,7 +35,7 @@
#ifdef ZT_SDK
#include "../node/Node.hpp"
// Use the virtual netcon endpoint instead of a tun/tap port driver
-#include "../src/VirtualTap.hpp"
+#include "../include/VirtualTap.h"
namespace ZeroTier { typedef VirtualTap EthernetTap; }
#endif
@@ -147,8 +147,8 @@ public:
virtual std::string portDeviceName(uint64_t nwid) const = 0;
#ifdef ZT_SDK
- virtual void leave(const char *hp) = 0;
- virtual void join(const char *hp) = 0;
+ virtual void leave(const uint64_t hp) = 0;
+ virtual void join(const uint64_t hp) = 0;
virtual std::string givenHomePath() = 0;
virtual Node * getNode() = 0;
virtual void removeNets() = 0;