X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f1dc33c9f76ee99973ba93f034f031451398ebe..b8996c34869f8fbd6edf7556d7bef921e55962ba:/src/simix/ActorImpl.hpp diff --git a/src/simix/ActorImpl.hpp b/src/simix/ActorImpl.hpp index 3d7285f148..dcdea7a9d1 100644 --- a/src/simix/ActorImpl.hpp +++ b/src/simix/ActorImpl.hpp @@ -29,7 +29,7 @@ public: void *data = nullptr; sg_host_t host = nullptr; double kill_time = 0.0; - std::map* properties = nullptr; + std::shared_ptr> properties; bool auto_restart = false; };