X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a519c335d0eff55715920c3eaf8d0a5007406e91..1fbd3090585708e05603e5c708c6a37412227f51:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index 5675bf1dca..79cc9fc924 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -98,7 +98,7 @@ void Host::turnOn() { if (isOff()) { simgrid::simix::kernelImmediate([&]{ this->extension()->turnOn(); - this->pimpl_->turnOn(); + this->pimpl_cpu->turnOn(); }); } }