Switch to CMake

This commit is contained in:
Erik Zandvliet 2015-03-16 17:17:46 +01:00
parent dff9c193d3
commit 9b6312ca01
10 changed files with 486 additions and 15 deletions

View file

@ -337,7 +337,9 @@ namespace IPC {
}
}
if (handle == -1) {
FAIL_MSG("shm_open for page %s failed: %s", name.c_str(), strerror(errno));
if (!master_ && autoBackoff){
FAIL_MSG("shm_open for page %s failed: %s", name.c_str(), strerror(errno));
}
return;
}
if (master) {