El 16/12/2010 14:46, Christian Hoffmann escribió:
Hi all,
I try to use xsi (SysV) shared memory of boost::interprocess library, but I haven't found a way to use it through managed_shared_memory interface. Is the code in interprocess/detail/xsi_shared_memory.hpp and interprocess/detail/xsi_shared_memory_device.hpp deprecated? There's also some class declaration "managed_xsi_shared_memory" in interprocess/interprocess_fwd.hpp but I haven't found an implementation. Is this supposed to work somehow? Or can I only use it as-is? If yes, why is this then only available in detail namespace?
I added it because it was work in progress, and wanted to add then to the library (hidden) to execute regression tests. Sadly, I just run out of time before building all the stuff, so it's half baked. Just ignore it. I will surely remove it in the future. best, Ion