X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9caf173e476622d309cc5653a83d224d05787cc7..0617119206ff65bfdad4e484f653638abbc3c747:/src/simix/smx_host.cpp?ds=sidebyside diff --git a/src/simix/smx_host.cpp b/src/simix/smx_host.cpp index 29a81f4e37..a4ab78c2a9 100644 --- a/src/simix/smx_host.cpp +++ b/src/simix/smx_host.cpp @@ -70,7 +70,7 @@ void SIMIX_host_off(sg_host_t h, smx_actor_t issuer) xbt_assert((host != nullptr), "Invalid parameters"); if (h->isOn()) { - h->pimpl_cpu->turnOff(); + h->pimpl_cpu->turn_off(); /* Clean Simulator data */ if (not host->process_list.empty()) {