X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24eff0b164b2560dd2a6237573213fbc944cde64..206d815a5fa8cea6ab00e40b1736d2a4bf2c50b7:/include/simgrid/s4u/Exec.hpp diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index b544f09296..63da3090bc 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -48,7 +48,9 @@ protected: void fire_on_this_completion() const override { on_this_completion(*this); } void fire_on_veto() const override { on_veto(const_cast(*this)); } void fire_on_suspend() const override { on_suspend(*this); } + void fire_on_this_suspend() const override { on_this_suspend(*this); } void fire_on_resume() const override { on_resume(*this); } + void fire_on_this_resume() const override { on_this_resume(*this); } public: #ifndef DOXYGEN