summaryrefslogtreecommitdiff
path: root/controller/FileDB.cpp
diff options
context:
space:
mode:
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 b9f36031..728cec6b 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 networkId,const uint64_t memberId)
+void FileDB::nodeIsOnline(const uint64_t networkId,const uint64_t memberId,const InetAddress &physicalAddress)
{
// Nothing to do here right now in the filesystem store mode since we can just get this from the peer list
}