mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
FairMQ: Introduce configurable session name per device.
Session name is given to each device via `--session`, which must be synchronized from a higher level, e.g. from start script or command & control entity.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
58a312b730
commit
eddfd0d1bd
@@ -68,7 +68,9 @@ class Manager
|
||||
boost::interprocess::managed_shared_memory& ManagementSegment();
|
||||
|
||||
private:
|
||||
std::string fName;
|
||||
std::string fSessionName;
|
||||
std::string fSegmentName;
|
||||
std::string fManagementSegmentName;
|
||||
boost::interprocess::managed_shared_memory fSegment;
|
||||
boost::interprocess::managed_shared_memory fManagementSegment;
|
||||
std::unordered_map<uint64_t, Region> fRegions;
|
||||
|
Reference in New Issue
Block a user