Data Fields | |
struct { | |
struct event_channel * next | |
} | entry |
SaEvtChannelHandleT | handle |
char | name [1] |
struct { | |
struct publish_event * first | |
struct publish_event * last | |
} | publish_events |
struct { | |
struct subscribe_event * first | |
struct subscribe_event * last | |
} | subscribe_events |
Definition at line 102 of file evt.c.
struct { ... } entry |
struct publish_event* first [read] |
struct subscribe_event* first [read] |
SaEvtChannelHandleT handle |
Definition at line 106 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 [read] |
struct subscribe_event* last [read] |
char name[1] |
Definition at line 107 of file evt.c.
Referenced by ais_evt_show_event_channels(), ast_ais_evt_membership_changed(), build_event_channel(), and event_channel_destroy().
struct event_channel* next [read] |
struct { ... } publish_events |
struct { ... } subscribe_events |
Referenced by add_subscribe_event(), ais_evt_show_event_channels(), and event_channel_destroy().