$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::interprocess xsi_shared_memory
From: Christian Hoffmann (chrmhoffmann_at_[hidden])
Date: 2010-12-16 08:46:17
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