wip
This commit is contained in:
parent
bc867ce34d
commit
3411283931
@ -61,7 +61,7 @@ class SharedMemory
|
|||||||
{
|
{
|
||||||
shm = boost::interprocess::xsi_shared_memory(boost::interprocess::open_only, key);
|
shm = boost::interprocess::xsi_shared_memory(boost::interprocess::open_only, key);
|
||||||
|
|
||||||
util::Log(logDEBUG) << "opening " << (int)shm.get_shmid() << " from id " << (int)id;
|
util::Log(logDEBUG) << "opening " << shm.get_shmid() << " from id " << (int)id;
|
||||||
|
|
||||||
region = boost::interprocess::mapped_region(shm, boost::interprocess::read_only);
|
region = boost::interprocess::mapped_region(shm, boost::interprocess::read_only);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user