summaryrefslogtreecommitdiff
path: root/netcon/NetconService.hpp
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-09-24 15:30:07 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-09-24 15:30:07 -0400
commit851e4c667f76c69e54aba3ee44acf9c384b94ecc (patch)
treea288e5a2e6ebd727df4266ae0437d23c3a8630bb /netcon/NetconService.hpp
parent0027a1e152962ae2090c0cafeb085b72114a6330 (diff)
downloadinfinitytier-851e4c667f76c69e54aba3ee44acf9c384b94ecc.tar.gz
infinitytier-851e4c667f76c69e54aba3ee44acf9c384b94ecc.zip
Minor changes
Diffstat (limited to 'netcon/NetconService.hpp')
-rw-r--r--netcon/NetconService.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp
index ab093b07..451d10cb 100644
--- a/netcon/NetconService.hpp
+++ b/netcon/NetconService.hpp
@@ -83,7 +83,7 @@ namespace ZeroTier {
class NetconClient
{
public:
- vector<NetconConnection*> connections;
+ vector<NetconConnection*> connections; // TODO: Switch to storing the actual object here
int tid;
bool waiting_for_retval;