Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Variable may be unused.
[simgrid.git] / src / simix / smx_global.cpp
index c527f79..eecd1d4 100644 (file)
@@ -506,7 +506,7 @@ void SIMIX_run()
     /* Autorestart all process */
     for (auto const& host : host_that_restart) {
       XBT_INFO("Restart processes on host %s", host->get_cname());
-      SIMIX_host_autorestart(host);
+      host->turn_on();
     }
     host_that_restart.clear();