cleanup
This commit is contained in:
parent
6304c85d3f
commit
f17cc1c6d8
3 changed files with 6 additions and 12 deletions
|
@ -31,17 +31,14 @@ public:
|
|||
virtual ~FileDB();
|
||||
|
||||
virtual bool waitForReady();
|
||||
|
||||
virtual void save(nlohmann::json *orig,nlohmann::json &record);
|
||||
|
||||
virtual void eraseNetwork(const uint64_t networkId);
|
||||
|
||||
virtual void eraseMember(const uint64_t networkId,const uint64_t memberId);
|
||||
|
||||
virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId,const InetAddress &physicalAddress);
|
||||
|
||||
protected:
|
||||
std::string _networksPath;
|
||||
std::string _tracePath;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue