X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/196327afa332e6c85827da70da72a1aaa178739a..bffbfb29b42b5cb1c3f70fd6a806f53e4412f78d:/src/simix/smx_global.cpp diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index c527f79be5..eecd1d4c2b 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -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();