mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 04:51:46 -07:00
Fix a deadlock and some more work on RethinkDB (for central) integration.
This commit is contained in:
parent
53e7e950f1
commit
4166d8ca35
7 changed files with 106 additions and 83 deletions
|
@ -78,12 +78,14 @@ public:
|
|||
|
||||
void networks(std::vector<uint64_t> &networks);
|
||||
|
||||
virtual void save(const nlohmann::json &record) = 0;
|
||||
virtual void save(nlohmann::json *orig,nlohmann::json &record) = 0;
|
||||
|
||||
virtual void eraseNetwork(const uint64_t networkId) = 0;
|
||||
|
||||
virtual void eraseMember(const uint64_t networkId,const uint64_t memberId) = 0;
|
||||
|
||||
virtual void nodeIsOnline(const uint64_t memberId) = 0;
|
||||
|
||||
protected:
|
||||
struct _Network
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue