X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4ae59be01b5712d91572d5a8503ca56326694c4..fb33f893495b18dc7a0e13182b901d4cf662150f:/include/simgrid/s4u/engine.hpp diff --git a/include/simgrid/s4u/engine.hpp b/include/simgrid/s4u/engine.hpp index 25fe6e4bbd..413f7ef92e 100644 --- a/include/simgrid/s4u/engine.hpp +++ b/include/simgrid/s4u/engine.hpp @@ -105,10 +105,15 @@ private: static s4u::Engine *instance_; }; -/* 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 fired when the platform is created (ie, the xml file parsed), + * right before the actual simulation starts. */ +extern XBT_PRIVATE xbt::signal onPlatformCreated; + +/** Callback fired when the main simulation loop ends, just before MSG_run (or similar) ends */ +extern XBT_PRIVATE xbt::signal onSimulationEnd; + +/** Callback fired when the time jumps into the future */ +extern XBT_PRIVATE xbt::signal onTimeAdvance; }} // namespace simgrid::s4u #endif /* SIMGRID_S4U_ENGINE_HPP */