You shouldn't care about the contents of this struct. More...
#include <devicestate.h>
Data Fields | |
unsigned int | all_busy:1 |
unsigned int | all_free:1 |
unsigned int | all_unavail:1 |
unsigned int | all_unknown:1 |
unsigned int | busy:1 |
unsigned int | in_use:1 |
unsigned int | on_hold:1 |
unsigned int | ring:1 |
You shouldn't care about the contents of this struct.
This struct is only here so that it can be easily declared on the stack.
Definition at line 159 of file devicestate.h.
unsigned int all_busy |
Definition at line 161 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), ast_devstate_aggregate_init(), and ast_devstate_aggregate_result().
unsigned int all_free |
Definition at line 162 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), ast_devstate_aggregate_init(), and ast_devstate_aggregate_result().
unsigned int all_unavail |
Definition at line 160 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), ast_devstate_aggregate_init(), and ast_devstate_aggregate_result().
unsigned int all_unknown |
Definition at line 163 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), ast_devstate_aggregate_init(), and ast_devstate_aggregate_result().
unsigned int busy |
Definition at line 165 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), and ast_devstate_aggregate_result().
unsigned int in_use |
Definition at line 166 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), and ast_devstate_aggregate_result().
unsigned int on_hold |
Definition at line 164 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), and ast_devstate_aggregate_result().
unsigned int ring |
Definition at line 167 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), and ast_devstate_aggregate_result().