mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix warnings
This commit is contained in:
committed by
Mohammad Al-Turany
parent
e5c4ad31c7
commit
4e2a195289
@@ -58,7 +58,6 @@ class FairMQTransportFactorySHM : public FairMQTransportFactory
|
||||
static FairMQ::Transport fTransportType;
|
||||
std::string fSessionName;
|
||||
void* fContext;
|
||||
void* fHeartbeatSocket;
|
||||
std::thread fHeartbeatThread;
|
||||
std::atomic<bool> fSendHeartbeats;
|
||||
std::unique_ptr<boost::interprocess::named_mutex> fShMutex;
|
||||
|
Reference in New Issue
Block a user