diff options
| author | Adam Ierymenko <[email protected]> | 2017-11-08 11:32:01 -0800 |
|---|---|---|
| committer | Adam Ierymenko <[email protected]> | 2017-11-08 11:32:01 -0800 |
| commit | c12b68a6b2f8597e374a4c1386c2b95f4291932e (patch) | |
| tree | e1d50ae52b23f4e751caa5cd276ca7782607e6fa /controller/DB.hpp | |
| parent | 4166d8ca35ded34180d60b56105a853dd6b02ff4 (diff) | |
More Central work.
Diffstat (limited to 'controller/DB.hpp')
| -rw-r--r-- | controller/DB.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/DB.hpp b/controller/DB.hpp index fe06c24d..fca41d70 100644 --- a/controller/DB.hpp +++ b/controller/DB.hpp @@ -84,7 +84,7 @@ public: virtual void eraseMember(const uint64_t networkId,const uint64_t memberId) = 0; - virtual void nodeIsOnline(const uint64_t memberId) = 0; + virtual void nodeIsOnline(const uint64_t networkId,const uint64_t memberId) = 0; protected: struct _Network |
