
Data Fields | |
| struct { | |
| struct subscribe_event * next | |
| } | entry |
| SaEvtSubscriptionIdT | id |
| enum ast_event_type | type |
| struct { ... } entry |
| SaEvtSubscriptionIdT id |
This is a unique identifier to identify this subscription in the event channel through the different API calls, subscribe, unsubscribe, and the event deliver callback.
Definition at line 86 of file evt.c.
Referenced by set_egress_subscription(), add_subscribe_event(), and subscribe_event_destroy().
| struct subscribe_event* next |
| enum ast_event_type type |
Definition at line 87 of file evt.c.
Referenced by ais_evt_show_event_channels(), add_publish_event(), set_egress_subscription(), add_subscribe_event(), and load_config().