
Data Fields | |
| enum ast_devstate_cache | cachable |
| char | device [1] |
| struct { | |
| struct state_change * next | |
| } | list |
| struct { | |
| struct state_change * next | |
| } | list |
| char | provider [1] |
Definition at line 175 of file devicestate.c.
Definition at line 177 of file devicestate.c.
Referenced by ast_devstate_changed_literal(), and do_devstate_changes().
| char device[1] |
Definition at line 178 of file devicestate.c.
Referenced by ast_devstate_changed_literal(), and do_devstate_changes().
| struct { ... } list |
| struct { ... } list |
Referenced by ast_presence_state_changed_literal(), and do_presence_changes().
| struct state_change* next |
Definition at line 176 of file devicestate.c.
Referenced by do_devstate_changes(), and do_presence_changes().
| char provider[1] |
Definition at line 61 of file presencestate.c.
Referenced by ast_presence_state_changed_literal(), and do_presence_changes().