Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mark more smx_* type aliases as deprecated.
[simgrid.git] / src / kernel / EngineImpl.cpp
index 79f12eca54a225232df8bf3a996380444d51346a..76a938dd96b2e41e87a43d183ec5be1410f2f288 100644 (file)
@@ -451,7 +451,7 @@ void EngineImpl::wake_all_waiting_actors() const
  */
 void EngineImpl::run_all_actors()
 {
-  instance_->get_context_factory()->run_all();
+  instance_->get_context_factory()->run_all(actors_to_run_);
 
   for (auto const& actor : actors_to_run_)
     if (actor->to_be_freed())