X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3b3b9f8cec4348d871d260face8683c09426cdc..320d57b79b6f363e6430ec2fffcd3301a52a2ad9:/include/simgrid/s4u/Actor.hpp?ds=inline diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 8f332c81c7..670f5022c9 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #include @@ -162,6 +163,9 @@ public: /** Retrieve a reference to myself */ static ActorPtr self(); + /** Signal to others that a new actor has been created **/ + static simgrid::xbt::signal onCreation; + /** Create an actor using a function * * If the actor is restarted, the actor has a fresh copy of the function.