Merge interprocess from trunk

[SVN r78594]
This commit is contained in:
Ion Gaztañaga
2012-05-24 17:13:27 +00:00
parent c2caff17c4
commit a7d5cc0848
91 changed files with 1130 additions and 947 deletions

View File

@@ -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
//->