Preparing for test.
This commit is contained in:
parent
f5014d7d71
commit
d97adc8789
4 changed files with 20 additions and 4 deletions
|
@ -132,6 +132,7 @@ private:
|
|||
std::thread _membersDbWatcher;
|
||||
|
||||
std::unordered_map< uint64_t,std::shared_ptr<_Network> > _networks;
|
||||
std::unordered_multimap< uint64_t,uint64_t > _networkByMember;
|
||||
mutable std::mutex _networks_l;
|
||||
|
||||
BlockingQueue< std::unique_ptr<nlohmann::json> > _commitQueue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue