Data Fields | |
struct { | |
struct publish_event * next | |
} | entry |
struct ast_event_sub * | sub |
enum ast_event_type | type |
Definition at line 94 of file evt.c.
struct { ... } entry |
struct publish_event* next [read] |
struct ast_event_sub* sub [read] |
We subscribe to events internally so that we can publish them on this event channel.
Definition at line 98 of file evt.c.
Referenced by add_publish_event(), ast_ais_evt_membership_changed(), and publish_event_destroy().
enum ast_event_type type |
Definition at line 99 of file evt.c.
Referenced by add_publish_event(), and ais_evt_show_event_channels().