cache getifaddrs - mac
This commit is contained in:
parent
54decda7a4
commit
4192f6a6d9
2 changed files with 16 additions and 1 deletions
|
@ -77,6 +77,9 @@ private:
|
|||
int _agentStdin,_agentStdout,_agentStderr,_agentStdin2,_agentStdout2,_agentStderr2;
|
||||
long _agentPid;
|
||||
volatile bool _enabled;
|
||||
mutable std::vector<InetAddress> _ifaddrs;
|
||||
mutable uint64_t _lastIfAddrsUpdate;
|
||||
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue