From 4fd6d8a1f29cb50d3843ab3336c35ca3425d6251 Mon Sep 17 00:00:00 2001 From: Matthew-Supernaw-NOAA Date: Fri, 17 Nov 2023 22:27:52 -0500 Subject: [PATCH] Update SharedRList.hpp --- inst/include/SharedRList.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;