diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-11-08 11:32:01 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-11-08 11:32:01 -0800 |
| commit | c12b68a6b2f8597e374a4c1386c2b95f4291932e (patch) | |
| tree | e1d50ae52b23f4e751caa5cd276ca7782607e6fa /controller/FileDB.hpp | |
| parent | 4166d8ca35ded34180d60b56105a853dd6b02ff4 (diff) | |
| download | infinitytier-c12b68a6b2f8597e374a4c1386c2b95f4291932e.tar.gz infinitytier-c12b68a6b2f8597e374a4c1386c2b95f4291932e.zip | |
More Central work.
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 76a47936..b438e80e 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 memberId); + virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId); protected: std::string _networksPath; |
