X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79f2c630c9587d494cb154e6d074294c1e23208e..efd5719fdcd06a99d1fd644b81c7e9d578c08fc5:/src/surf/cpu_interface.hpp?ds=sidebyside diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index 861ab24b0f..38c6c70929 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -178,7 +178,7 @@ public: /** @brief Callbacks handler which emit the callbacks after CpuAction State changed * * @details Callback functions have the following signature: `void(CpuAction *action, e_surf_action_state_t old, e_surf_action_state_t current)` */ - static simgrid::surf::signal onStateChange; + static simgrid::xbt::signal onStateChange; /** @brief CpuAction constructor */ CpuAction(simgrid::surf::Model *model, double cost, bool failed)