Data Fields | |
ast_event_cb_t | cb |
struct { | |
ast_event_sub * next | |
} | entry |
struct { | |
ast_event_ie_val * first | |
ast_event_ie_val * last | |
} | ie_vals |
enum ast_event_type | type |
uint32_t | uniqueid |
void * | userdata |
Definition at line 106 of file event.c.
Definition at line 108 of file event.c.
Referenced by ast_event_dispatcher(), and ast_event_report_subs().
struct { ... } entry |
struct ast_event_ie_val* first |
struct { ... } ie_vals |
Referenced by ast_event_check_subscriber(), ast_event_dispatcher(), ast_event_report_subs(), and ast_event_sub_destroy().
struct ast_event_ie_val* last |
struct ast_event_sub* next |
enum ast_event_type type |
Definition at line 107 of file event.c.
Referenced by ast_event_report_subs(), and ast_event_unsubscribe().
uint32_t uniqueid |
Definition at line 110 of file event.c.
Referenced by ast_event_report_subs(), and ast_event_unsubscribe().
void* userdata |
Definition at line 109 of file event.c.
Referenced by ast_event_dispatcher(), and ast_event_report_subs().