X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e81b0628a697bddad304e69a82d898299ff9fe40..c82adb6ec2917d3ec0657dab7e5d1d053759accd:/src/mc/mc_smx.cpp diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index 69a1e87901..e4c41faff7 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -143,7 +143,7 @@ smx_actor_t MC_smx_simcall_get_issuer(s_smx_simcall_t const* req) const char* MC_smx_process_get_host_name(smx_actor_t p) { if (mc_model_checker == nullptr) - return sg_host_get_name(p->host); + return p->host->cname(); simgrid::mc::Process* process = &mc_model_checker->process();