X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d68f666f1af96f557cd6fe7503703358439ca188..a8c316ac06c17368f52aff8c009e63421103cc24:/src/surf/host_interface.hpp?ds=sidebyside diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index fa34643ec9..986bff7db4 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -78,9 +78,9 @@ public: static simgrid::xbt::Extension EXTENSION_ID; /* callbacks */ - static simgrid::surf::signal creationCallbacks; /** Called on each newly created object */ - static simgrid::surf::signal destructionCallbacks; /** Called just before destructing an object */ - static simgrid::surf::signal stateChangeCallbacks; + static simgrid::surf::signal onCreation; /** Called on each newly created object */ + static simgrid::surf::signal onDestruction; /** Called just before destructing an object */ + static simgrid::surf::signal onStateChange; public: static void init(); @@ -276,7 +276,7 @@ private: */ class HostAction : public Action { public: - static simgrid::surf::signal stateChangeCallbacks; + static simgrid::surf::signal onStateChange; /** * @brief HostAction constructor