Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make cleanupSurf() private.
[simgrid.git] / src / simix / popping_generated.cpp
index 28af3fd..612aeed 100644 (file)
@@ -21,7 +21,6 @@
 #endif
 #include "src/kernel/activity/ConditionVariableImpl.hpp"
 #include "src/simix/smx_host_private.hpp"
-#include "src/simix/smx_synchro_private.hpp"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_popping);
 
@@ -174,7 +173,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;