mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Shmem: Build shmem names out of session id + user id
This commit is contained in:
committed by
Dennis Klein
parent
1d45095d75
commit
e090967645
@@ -39,6 +39,7 @@ class Monitor
|
||||
static void Cleanup(const std::string& sessionName);
|
||||
static void RemoveObject(const std::string&);
|
||||
static void RemoveQueue(const std::string&);
|
||||
static void RemoveMutex(const std::string&);
|
||||
|
||||
private:
|
||||
void PrintHeader();
|
||||
@@ -55,7 +56,7 @@ class Monitor
|
||||
bool fIsDaemon;
|
||||
bool fCleanOnExit;
|
||||
unsigned int fTimeoutInMS;
|
||||
std::string fSessionName;
|
||||
std::string fShmId;
|
||||
std::string fSegmentName;
|
||||
std::string fManagementSegmentName;
|
||||
std::string fControlQueueName;
|
||||
@@ -71,4 +72,4 @@ class Monitor
|
||||
} // namespace mq
|
||||
} // namespace fair
|
||||
|
||||
#endif /* FAIR_MQ_SHMEM_MONITOR_H_ */
|
||||
#endif /* FAIR_MQ_SHMEM_MONITOR_H_ */
|
||||
|
Reference in New Issue
Block a user