diff --git a/inst/include/SharedRList.hpp b/inst/include/SharedRList.hpp index 2659f59a..e73e8d77 100644 --- a/inst/include/SharedRList.hpp +++ b/inst/include/SharedRList.hpp @@ -55,10 +55,14 @@ class SharedList : public SharedRObject { typedef boost::interprocess::allocator ShmemAllocator3; - typedef std::map, ShmemAllocator3> MyTupleMap; + typedef std::map, ShmemAllocator3> MyTupleMap; bip::managed_shared_memory segment; MyTupleMap* tlist_m; + + + + void init(const std::string name) { this->name = name;