summaryrefslogtreecommitdiff
path: root/controller/FileDB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'controller/FileDB.cpp')
-rw-r--r--controller/FileDB.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/controller/FileDB.cpp b/controller/FileDB.cpp
index b48d5e87..646fa2fe 100644
--- a/controller/FileDB.cpp
+++ b/controller/FileDB.cpp
@@ -69,7 +69,7 @@ bool FileDB::waitForReady()
return true;
}
-void FileDB::save(const nlohmann::json &record)
+void FileDB::save(nlohmann::json *orig,nlohmann::json &record)
{
char p1[16384],p2[16384];
try {
@@ -126,4 +126,9 @@ void FileDB::eraseMember(const uint64_t networkId,const uint64_t memberId)
{
}
+void FileDB::nodeIsOnline(const uint64_t memberId)
+{
+ // Nothing to do here right now in the filesystem store mode since we can just get this from the peer list
+}
+
} // namespace ZeroTier