From f7f658605dfc255c5bad88ed190f7b00b0dd81a2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 8 Nov 2017 20:19:46 -0500 Subject: Move more ephemeral stuff to a tiny MemberLastRequest table instead of the main Member table. --- controller/FileDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/FileDB.cpp') 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 } -- cgit v1.2.3