diff options
| author | Adam Ierymenko <[email protected]> | 2017-11-08 20:19:46 -0500 |
|---|---|---|
| committer | Adam Ierymenko <[email protected]> | 2017-11-08 20:19:46 -0500 |
| commit | f7f658605dfc255c5bad88ed190f7b00b0dd81a2 (patch) | |
| tree | 6a2bd9b09e643d742274033f6078e3e1e23af0ab /controller/FileDB.hpp | |
| parent | 192e5dbff8d86c77c0b7a47ba5d65e3b6599e0de (diff) | |
Move more ephemeral stuff to a tiny MemberLastRequest table instead of the main Member table.
Diffstat (limited to 'controller/FileDB.hpp')
| -rw-r--r-- | controller/FileDB.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/FileDB.hpp b/controller/FileDB.hpp index b438e80e..e31b18e6 100644 --- a/controller/FileDB.hpp +++ b/controller/FileDB.hpp @@ -38,7 +38,7 @@ public: virtual void eraseMember(const uint64_t networkId,const uint64_t memberId); - virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId); + virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId,const InetAddress &physicalAddress); protected: std::string _networksPath; |
