16 Dec
2010
16 Dec
'10
1:46 p.m.
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? Am I doing something wrong? Kind regards, Chris