mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
Minor tweaks to member code in controller, and fix Linux build.
This commit is contained in:
@ -181,6 +181,10 @@ private:
|
||||
network["activeMemberCount"] = nmi.activeMemberCount;
|
||||
network["totalMemberCount"] = nmi.totalMemberCount;
|
||||
}
|
||||
inline void _addMemberNonPersistedFields(nlohmann::json &member,uint64_t now)
|
||||
{
|
||||
member["clock"] = now;
|
||||
}
|
||||
|
||||
// These are const after construction
|
||||
Node *const _node;
|
||||
|
Reference in New Issue
Block a user