Linux build fixes, linux build rule for RethinkDB mode controller, also force disable shitty allocators in libstdc++.
This commit is contained in:
parent
d97adc8789
commit
b68bca35db
7 changed files with 39 additions and 39 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <list>
|
||||
#include <thread>
|
||||
#include <unordered_map>
|
||||
#include <atomic>
|
||||
|
||||
#include "../node/Constants.hpp"
|
||||
#include "../node/NetworkController.hpp"
|
||||
|
@ -239,7 +240,7 @@ private:
|
|||
std::string _signingIdAddressString;
|
||||
NetworkController::Sender *_sender;
|
||||
ControllerDB _db;
|
||||
BlockingQueue< std::unique_ptr<_RQEntry> > _queue;
|
||||
BlockingQueue< _RQEntry * > _queue;
|
||||
std::vector<std::thread> _threads;
|
||||
std::mutex _threads_l;
|
||||
std::unordered_map< _MemberStatusKey,_MemberStatus,_MemberStatusHash > _memberStatus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue