Move more ephemeral stuff to a tiny MemberLastRequest table instead of the main Member table.

This commit is contained in:
Adam Ierymenko 2017-11-08 20:19:46 -05:00
parent 192e5dbff8
commit f7f658605d
6 changed files with 14 additions and 10 deletions

View file

@ -84,7 +84,7 @@ public:
virtual void eraseMember(const uint64_t networkId,const uint64_t memberId) = 0;
virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId) = 0;
virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId,const InetAddress &physicalAddress) = 0;
protected:
struct _Network