Switch to CMake
This commit is contained in:
parent
dff9c193d3
commit
9b6312ca01
10 changed files with 486 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue