$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How to use interprocess communication to load the data into map
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-09-16 08:14:17
manish4gupta escribió:
> Thankyou very much. Now i am able to compile the program with -lrt option.
> But how can i use the shared memory map. I have gone through the doc but
> still not clear. Please help.
You have a full example in libs/interprocess/example/doc_map.cpp (this
example is included in the documentation). I think it should be enough.
Ion