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
@@ -37,7 +37,6 @@ FairMQTransportFactorySHM::FairMQTransportFactorySHM(const string& id, const Fai
|
||||
: FairMQTransportFactory(id)
|
||||
, fSessionName("default")
|
||||
, fContext(nullptr)
|
||||
, fHeartbeatSocket(nullptr)
|
||||
, fHeartbeatThread()
|
||||
, fSendHeartbeats(true)
|
||||
, fShMutex(nullptr)
|
||||
|
@@ -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;
|
||||
|
@@ -37,7 +37,7 @@ namespace shmem
|
||||
|
||||
class Manager
|
||||
{
|
||||
friend class Region;
|
||||
friend struct Region;
|
||||
|
||||
public:
|
||||
Manager(const std::string& name, size_t size);
|
||||
|
Reference in New Issue
Block a user