diff options
| author | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-24 15:30:07 -0400 |
|---|---|---|
| committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-24 15:30:07 -0400 |
| commit | 851e4c667f76c69e54aba3ee44acf9c384b94ecc (patch) | |
| tree | a288e5a2e6ebd727df4266ae0437d23c3a8630bb /netcon/NetconService.hpp | |
| parent | 0027a1e152962ae2090c0cafeb085b72114a6330 (diff) | |
| download | infinitytier-851e4c667f76c69e54aba3ee44acf9c384b94ecc.tar.gz infinitytier-851e4c667f76c69e54aba3ee44acf9c384b94ecc.zip | |
Minor changes
Diffstat (limited to 'netcon/NetconService.hpp')
| -rw-r--r-- | netcon/NetconService.hpp | 2 |
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; |
