mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 16:49:43 +00:00
Test/Code Refactor in preparation for merge
This commit is contained in:
@ -157,7 +157,7 @@ private:
|
||||
std::vector<TcpConnection*> tcp_connections;
|
||||
std::vector<PhySocket*> rpc_sockets;
|
||||
std::map<PhySocket*, pid_t> pidmap;
|
||||
pid_t rpc_counter = -1;
|
||||
pid_t rpc_counter;
|
||||
|
||||
netif interface;
|
||||
|
||||
|
Reference in New Issue
Block a user