X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94974c282c6e6d096238716853bb053330170d76..18c57b27dd71ee7839c6a90368c845886a87d638:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index e15730f78c..2482f68c7b 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -79,7 +79,7 @@ typedef struct s_smx_action { e_smx_action_type_t type; /* Type of SIMIX action*/ e_smx_state_t state; /* State of the action */ char *name; /* Action name if any */ - xbt_fifo_t request_list; /* List of requests on this action */ + xbt_fifo_t simcalls; /* List of simcalls waiting for this action */ /* Data specific to each action type */ union {