Public Member Functions | |
AST_LIST_ENTRY (event_channel) | |
Data Fields | |
SaEvtChannelHandleT | handle |
char | name [1] |
struct { | |
struct publish_event * first | |
struct publish_event * last | |
} | publish_events |
subscribe_events |
AST_LIST_ENTRY | ( | event_channel | ) | [inline] |
struct publish_event* first |
SaEvtChannelHandleT handle |
Definition at line 102 of file evt.c.
Referenced by ast_event_cb(), build_event_channel(), event_channel_destroy(), set_egress_subscription(), and subscribe_event_destroy().
struct publish_event* last |
char name[1] |
Definition at line 103 of file evt.c.
Referenced by ais_evt_show_event_channels(), build_event_channel(), and event_channel_destroy().
struct { ... } publish_events |
Referenced by add_publish_event(), ais_evt_show_event_channels(), and event_channel_destroy().
Definition at line 100 of file evt.c.
Referenced by add_subscribe_event(), ais_evt_show_event_channels(), and event_channel_destroy().