SimGrid
3.10
Versatile Simulation of Distributed Systems
|
Action state sets. More...
#include <surf.h>
Data Fields | |
xbt_swag_t | ready_action_set |
xbt_swag_t | running_action_set |
xbt_swag_t | failed_action_set |
xbt_swag_t | done_action_set |
Action state sets.
This structure contains some sets of actions. It provides a fast access to the actions in each state.
xbt_swag_t surf_action_state::ready_action_set |
Actions in state SURF_ACTION_READY
xbt_swag_t surf_action_state::running_action_set |
Actions in state SURF_ACTION_RUNNING
xbt_swag_t surf_action_state::failed_action_set |
Actions in state SURF_ACTION_FAILED
xbt_swag_t surf_action_state::done_action_set |
Actions in state SURF_ACTION_DONE