X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/14b8a433dc3ded0e9fddce253640b5b852daf793..067e5ca9468e3308abc1398f9007d57b850cc342:/src/s4u/s4u_Mess.cpp diff --git a/src/s4u/s4u_Mess.cpp b/src/s4u/s4u_Mess.cpp index b16b387fdb..9799ad1eb7 100644 --- a/src/s4u/s4u_Mess.cpp +++ b/src/s4u/s4u_Mess.cpp @@ -88,8 +88,8 @@ Mess* Mess::do_start() pimpl_->set_actor(sender_); // Only throw the signal when both sides are here and the status is READY if (pimpl_->get_state() != kernel::activity::State::WAITING) { - fire_on_start(); - fire_on_this_start(); + fire_on_start(); + fire_on_this_start(); } state_ = State::STARTED; return this;