ast_state_cb: An extension state notify register item More...
Data Fields | |
ast_state_cb_type | callback |
void * | data |
struct { | |
struct ast_state_cb * next | |
} | entry |
int | id |
ast_state_cb: An extension state notify register item
Definition at line 876 of file pbx.c.
Referenced by ast_extension_state_add(), ast_merge_contexts_and_delete(), ast_remove_hint(), and handle_statechange().
void* data |
Definition at line 875 of file pbx.c.
Referenced by ast_extension_state_add(), ast_merge_contexts_and_delete(), ast_remove_hint(), and handle_statechange().
struct { ... } entry |
int id |
Definition at line 874 of file pbx.c.
Referenced by ast_extension_state_add(), and hint_id_cmp().
struct ast_state_cb* next |