mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
replace cmd socket with transport specific unblock mechanism
This commit is contained in:
committed by
Mohammad Al-Turany
parent
209e521046
commit
fed7601be4
@@ -49,8 +49,8 @@ class Manager
|
||||
|
||||
boost::interprocess::managed_shared_memory& Segment();
|
||||
|
||||
void Interrupt();
|
||||
void Resume();
|
||||
static void Interrupt();
|
||||
static void Resume();
|
||||
|
||||
boost::interprocess::mapped_region* CreateRegion(const size_t size, const uint64_t id, FairMQRegionCallback callback);
|
||||
Region* GetRemoteRegion(const uint64_t id);
|
||||
@@ -66,7 +66,7 @@ class Manager
|
||||
std::string fManagementSegmentName;
|
||||
boost::interprocess::managed_shared_memory fSegment;
|
||||
boost::interprocess::managed_shared_memory fManagementSegment;
|
||||
std::unordered_map<uint64_t, Region> fRegions;
|
||||
static std::unordered_map<uint64_t, Region> fRegions;
|
||||
};
|
||||
|
||||
} // namespace shmem
|
||||
|
Reference in New Issue
Block a user