diff options
| author | Adam Ierymenko <[email protected]> | 2018-01-10 15:03:39 -0800 |
|---|---|---|
| committer | Adam Ierymenko <[email protected]> | 2018-01-10 15:03:39 -0800 |
| commit | f17cc1c6d80657fe8cd98891cf0bb1bbf3ac62bf (patch) | |
| tree | 24cc4b631b0f162a73cd9138cc50a5c931a5d29c /controller/FileDB.hpp | |
| parent | 6304c85d3fe81ee6d89584e70e0af0d206f44997 (diff) | |
cleanup
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 |
