summaryrefslogtreecommitdiff
path: root/controller/FileDB.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-11-08 11:32:01 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-11-08 11:32:01 -0800
commitc12b68a6b2f8597e374a4c1386c2b95f4291932e (patch)
treee1d50ae52b23f4e751caa5cd276ca7782607e6fa /controller/FileDB.cpp
parent4166d8ca35ded34180d60b56105a853dd6b02ff4 (diff)
downloadinfinitytier-c12b68a6b2f8597e374a4c1386c2b95f4291932e.tar.gz
infinitytier-c12b68a6b2f8597e374a4c1386c2b95f4291932e.zip
More Central work.
Diffstat (limited to 'controller/FileDB.cpp')
-rw-r--r--controller/FileDB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/FileDB.cpp b/controller/FileDB.cpp
index 646fa2fe..b9f36031 100644
--- a/controller/FileDB.cpp
+++ b/controller/FileDB.cpp
@@ -126,7 +126,7 @@ void FileDB::eraseMember(const uint64_t networkId,const uint64_t memberId)
{
}
-void FileDB::nodeIsOnline(const uint64_t memberId)
+void FileDB::nodeIsOnline(const uint64_t networkId,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
}