Move more ephemeral stuff to a tiny MemberLastRequest table instead of the main Member table.
This commit is contained in:
parent
192e5dbff8
commit
f7f658605d
6 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue