Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move signals "on_(this_)start" and methods "fire_on_*" into Activity_T.
[simgrid.git] / src / s4u / s4u_Io.cpp
index 691be4a..7f0e45c 100644 (file)
@@ -89,8 +89,8 @@ Io* Io::do_start()
     pimpl_->suspend();
 
   state_ = State::STARTED;
-  on_start(*this);
-  on_this_start(*this);
+  fire_on_start();
+  fire_on_this_start();
   return this;
 }