Add nodejs test for dataset name

This commit is contained in:
Patrick Niklaus
2018-04-04 14:05:46 +00:00
committed by Patrick Niklaus
parent 2c80f76004
commit 0e8b8b4901
7 changed files with 42 additions and 14 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class SharedMemory
{
shm = boost::interprocess::xsi_shared_memory(boost::interprocess::open_only, key);
util::Log(logDEBUG) << "opening " << shm.get_shmid() << " from id " << id;
util::Log(logDEBUG) << "opening " << (int) shm.get_shmid() << " from id " << (int) id;
region = boost::interprocess::mapped_region(shm, boost::interprocess::read_only);
}