Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Return action state on SIMIX_req_host_execution_wait().
[simgrid.git] / src / simix / smurf_private.h
index 59fcf28..5f7dcb4 100644 (file)
@@ -209,6 +209,7 @@ typedef struct s_smx_req {
 
     struct {
       smx_action_t execution;
 
     struct {
       smx_action_t execution;
+      e_smx_state_t result;
     } host_execution_wait;
 
     struct {
     } host_execution_wait;
 
     struct {