Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix host name issue with ns3 wifi, add ssid, set active probing to false
[simgrid.git] / src / s4u / s4u_Io.cpp
index cc9794aff4f965177ca4e8bbdff786968f0d0b08..4831daf91f6bf5d4522736a42a46de209823ec34 100644 (file)
@@ -44,6 +44,10 @@ Io* Io::start()
           .start();
     }
   });
+
+  if (suspended_)
+    pimpl_->suspend();
+
   state_ = State::STARTED;
   return this;
 }