RethinkDB fixes.
This commit is contained in:
parent
b68bca35db
commit
92c7070aa8
6 changed files with 204 additions and 209 deletions
|
@ -239,7 +239,7 @@ private:
|
|||
Identity _signingId;
|
||||
std::string _signingIdAddressString;
|
||||
NetworkController::Sender *_sender;
|
||||
ControllerDB _db;
|
||||
std::unique_ptr<ControllerDB> _db;
|
||||
BlockingQueue< _RQEntry * > _queue;
|
||||
std::vector<std::thread> _threads;
|
||||
std::mutex _threads_l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue