summaryrefslogtreecommitdiff
path: root/src/Connection.hpp
diff options
context:
space:
mode:
authorJoseph Henry <[email protected]>2017-06-14 16:53:59 -0700
committerJoseph Henry <[email protected]>2017-06-14 16:53:59 -0700
commitd3351dd2ce418bc9be54279fbb7b4f7c2ea3e3a5 (patch)
tree04cd6eb0e9a2f91a606a52d912721c84007a29cc /src/Connection.hpp
parent06682e049e98240b9c0b57811f3a821f7003906b (diff)
README updates, misc filename changes, debug trace fixes, introduction of libzt moniker
Diffstat (limited to 'src/Connection.hpp')
-rw-r--r--src/Connection.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Connection.hpp b/src/Connection.hpp
index 395795f..ab0452c 100644
--- a/src/Connection.hpp
+++ b/src/Connection.hpp
@@ -37,7 +37,7 @@
#include "Phy.hpp"
// SDK
-#include "ZeroTierSDK.h"
+#include "libzt.h"
#include "SocketTap.hpp"
//#include "RingBuffer.hpp"
@@ -72,7 +72,7 @@ namespace ZeroTier {
std::queue<Connection*> _AcceptedConnections;
SocketTap *tap; // Reference to SocketTap
- int state; // See ZeroTierSDK.h for (ZT_SOCK_STATE_*)
+ int state; // See libzt.h for (ZT_SOCK_STATE_*)
// timestamp for closure event
std::time_t closure_ts;