Data Fields | |
ast_state_cb_type | change_cb |
void * | data |
ast_state_cb_destroy_type | destroy_cb |
struct { | |
ast_state_cb * next | |
} | entry |
int | id |
Definition at line 920 of file pbx.c.
Callback when state changes.
Definition at line 926 of file pbx.c.
Referenced by ast_merge_contexts_and_delete(), destroy_hint(), and statecbs_cmp().
void* data |
Arbitrary data passed for callbacks.
Definition at line 924 of file pbx.c.
Referenced by ast_merge_contexts_and_delete(), destroy_hint(), and destroy_state_cb().
Callback when destroyed so any resources given by the registerer can be freed.
Definition at line 928 of file pbx.c.
Referenced by destroy_state_cb().
struct { ... } entry |
int id |
Watcher ID returned when registered.
Definition at line 922 of file pbx.c.
Referenced by destroy_state_cb(), and hint_id_cmp().
struct ast_state_cb* next |