X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f9db3c09a48a9f3c412545828a7ec4c9ed8685f..d4ae59be01b5712d91572d5a8503ca56326694c4:/include/simgrid/s4u/engine.hpp diff --git a/include/simgrid/s4u/engine.hpp b/include/simgrid/s4u/engine.hpp index 9bdbba9021..25fe6e4bbd 100644 --- a/include/simgrid/s4u/engine.hpp +++ b/include/simgrid/s4u/engine.hpp @@ -104,6 +104,11 @@ public: 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; }} // namespace simgrid::s4u #endif /* SIMGRID_S4U_ENGINE_HPP */