mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-21 17:02:31 +00:00
First complete documentation version
[SVN r34817]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
int main ()
|
||||
{
|
||||
managed_shared_memory::remove("MySharedMemory");
|
||||
shared_memory_object::remove("MySharedMemory");
|
||||
//Create shared memory
|
||||
managed_shared_memory segment(create_only,
|
||||
"MySharedMemory", //segment name
|
||||
|
||||
Reference in New Issue
Block a user