Minor changes
This commit is contained in:
parent
0027a1e152
commit
851e4c667f
3 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue