Preparing for test.

This commit is contained in:
Adam Ierymenko 2017-11-03 12:32:56 -07:00
parent f5014d7d71
commit d97adc8789
4 changed files with 20 additions and 4 deletions

View file

@ -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;