SimGrid
Data Fields
surf_action_state Struct Reference

Action state setsThis structure contains some sets of actions. It provides a fast access to the actions in each state. 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

Actions in state SURF_ACTION_READY

Actions in state SURF_ACTION_RUNNING

Actions in state SURF_ACTION_FAILED

Actions in state SURF_ACTION_DONE


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


Back to the main Simgrid Documentation page The version of Simgrid documented here is v3.6.1.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated for SimGridAPI by doxygen