X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/babb079cb238a644531e4cf5aa2dd045d8790b3c..09a5e38f227f42cf1567a9ead8ed528a13fd35b1:/src/simix/smx_host.c diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index f3767bfce9..f0b1e0d6b0 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -505,7 +505,7 @@ void SIMIX_execution_finish(smx_action_t action) } simcall->issuer->waiting_action = NULL; - simcall->host_execution_wait.result = action->state; + simcall_host_execution_wait__set__result(simcall, action->state); SIMIX_simcall_answer(simcall); }