X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8cfd4f9b786027431b78a9b74db0843634ab7397..dd05e77cf9fe231aef1608d42c8e45ac3ee5c15c:/src/simix/smx_io.cpp diff --git a/src/simix/smx_io.cpp b/src/simix/smx_io.cpp index bdc916652b..9e6591f9e5 100644 --- a/src/simix/smx_io.cpp +++ b/src/simix/smx_io.cpp @@ -80,7 +80,7 @@ void SIMIX_io_finish(smx_activity_t synchro) xbt_die("Internal error in SIMIX_io_finish: unexpected synchro state %d", static_cast(synchro->state_)); } - if (simcall->issuer->host->isOff()) { + if (simcall->issuer->host->is_off()) { simcall->issuer->context->iwannadie = 1; }