Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
week-end cleanups in ActorImpl
[simgrid.git] / src / simix / popping_generated.cpp
index 28af3fd..c5cd0da 100644 (file)
@@ -174,7 +174,7 @@ case SIMCALL_RUN_BLOCKING:
       break;
     case SIMCALL_NONE:
       THROWF(arg_error, 0, "Asked to do the noop syscall on %s@%s", simcall->issuer->get_cname(),
-             sg_host_get_name(simcall->issuer->host_));
+             sg_host_get_name(simcall->issuer->get_host()));
       break;
     default:
       THROW_IMPOSSIBLE;