Event subscription. More...

Data Fields | |
| ast_event_cb_t | cb |
| struct { | |
| struct ast_event_ie_val * first | |
| struct ast_event_ie_val * last | |
| } | ie_vals |
| enum ast_event_type | type |
| uint32_t | uniqueid |
| void * | userdata |
Event subscription.
Definition at line 119 of file event.c.
Definition at line 121 of file event.c.
Referenced by ast_event_report_subs(), ast_event_subscribe_new(), dump_cache_cb(), and handle_event().
| struct ast_event_ie_val* first |
| struct { ... } ie_vals |
| struct ast_event_ie_val* last |
| enum ast_event_type type |
Definition at line 120 of file event.c.
Referenced by ast_event_dump_cache(), ast_event_get_type_name(), ast_event_report_subs(), ast_event_sub_activate(), ast_event_subscribe_new(), ast_event_unsubscribe(), and gen_sub_event().
| uint32_t uniqueid |
Definition at line 123 of file event.c.
Referenced by ast_event_subscribe_new(), ast_event_unsubscribe(), and gen_sub_event().
| void* userdata |
Definition at line 122 of file event.c.
Referenced by ast_event_report_subs(), ast_event_subscribe_new(), dump_cache_cb(), and handle_event().
1.7.1