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