mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
More cleanup.
This commit is contained in:
@ -335,16 +335,6 @@ public:
|
||||
void destroy();
|
||||
|
||||
private:
|
||||
void _dumpMembershipCerts();
|
||||
|
||||
inline void _mkNetworkFriendlyName(char *buf,unsigned int len)
|
||||
{
|
||||
// assumes _lock is locked
|
||||
if (_config)
|
||||
Utils::snprintf(buf,len,"ZeroTier One [%s]",_config->name().c_str());
|
||||
else Utils::snprintf(buf,len,"ZeroTier One [%.16llx]",(unsigned long long)_id);
|
||||
}
|
||||
|
||||
const RuntimeEnvironment *RR;
|
||||
uint64_t _id;
|
||||
MAC _mac; // local MAC address
|
||||
|
Reference in New Issue
Block a user