Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Revert "actually fix the memleak around smpi's process_data" and "try to...
[simgrid.git] / src / s4u / s4u_actor.cpp
index 5e07894..a81f54a 100644 (file)
@@ -22,6 +22,7 @@ namespace simgrid {
 namespace s4u {
 
 simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> s4u::Actor::onCreation;
+simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> s4u::Actor::onDestruction;
 
 // ***** Actor creation *****
 ActorPtr Actor::self()