SimGrid  3.9.90
Versatile Simulation of Distributed Systems
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
surf_action_state Struct Reference

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
 

Detailed Description

Action state sets.

This structure contains some sets of actions. It provides a fast access to the actions in each state.

See Also
surf_action_t, e_surf_action_state_t

Field Documentation

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


The documentation for this struct was generated from the following file: