X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/092d1ae67abcb82d0404d797816c6171671cceb7..04f2226028a38d3e30f5d7d30ef53b7274f34cca:/src/simix/ActorImpl.hpp?ds=inline diff --git a/src/simix/ActorImpl.hpp b/src/simix/ActorImpl.hpp index 5986a190ee..c7ce8cd171 100644 --- a/src/simix/ActorImpl.hpp +++ b/src/simix/ActorImpl.hpp @@ -60,7 +60,7 @@ public: xbt_dict_t properties = nullptr; s_smx_simcall_t simcall; void *data = nullptr; /* kept for compatibility, it should be replaced with moddata */ - xbt_dynar_t on_exit = nullptr; /* list of functions executed when the process dies */ + std::vector on_exit; /* list of functions executed when the process dies */ std::function code; smx_timer_t kill_timer = nullptr;