Minor changes

This commit is contained in:
Joseph Henry 2015-09-24 15:30:07 -04:00
parent 0027a1e152
commit 851e4c667f
3 changed files with 8 additions and 5 deletions

View file

@ -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;