Add optional function in DB change listener for member online events.
This commit is contained in:
parent
818b7e4a2e
commit
a77b4ecddb
5 changed files with 38 additions and 21 deletions
|
@ -51,7 +51,6 @@ protected:
|
|||
std::thread _onlineUpdateThread;
|
||||
std::map< uint64_t,std::map<uint64_t,std::map<int64_t,InetAddress> > > _online;
|
||||
std::mutex _online_l;
|
||||
bool _onlineChanged;
|
||||
bool _running;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue