mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-30 20:02:13 +00:00
Merge interprocess from trunk
[SVN r78594]
This commit is contained in:
@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
if(argc == 1){ //Parent process
|
||||
//Remove shared memory on construction and destruction
|
||||
struct shm_remove
|
||||
struct shm_remove
|
||||
{
|
||||
//<-
|
||||
#if 1
|
||||
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
|
||||
managed_shared_memory segment(open_only, argv[2]);
|
||||
#else
|
||||
//->
|
||||
managed_shared_memory segment(open_only, "MySharedMemory");
|
||||
managed_shared_memory segment(open_only, "MySharedMemory");
|
||||
//<-
|
||||
#endif
|
||||
//->
|
||||
|
||||
Reference in New Issue
Block a user