diff options
Diffstat (limited to 'controller/FileDB.hpp')
-rw-r--r-- | controller/FileDB.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/controller/FileDB.hpp b/controller/FileDB.hpp index eeb1c541..b02da8cb 100644 --- a/controller/FileDB.hpp +++ b/controller/FileDB.hpp @@ -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 |