X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4ae59be01b5712d91572d5a8503ca56326694c4..400993260dd878fe2efe0650baeb255502bce927:/include/simgrid/s4u/engine.hpp?ds=sidebyside diff --git a/include/simgrid/s4u/engine.hpp b/include/simgrid/s4u/engine.hpp index 25fe6e4bbd..c8558b8abb 100644 --- a/include/simgrid/s4u/engine.hpp +++ b/include/simgrid/s4u/engine.hpp @@ -105,10 +105,13 @@ private: static s4u::Engine *instance_; }; -/* Callback called when the platform is created (ie, the xml file parsed), +/** Callback called when the platform is created (ie, the xml file parsed), * right before the actual simulation starts. */ extern XBT_PRIVATE xbt::signal onPlatformCreated; + +/** Callback called when the main simulation loop ends, just before MSG_run (or similar) ends */ +extern XBT_PRIVATE xbt::signal onSimulationEnd; }} // namespace simgrid::s4u #endif /* SIMGRID_S4U_ENGINE_HPP */