#include <switch_event.h>
Collaboration diagram for switch_event:

Data Fields | |
| switch_event_types_t | event_id |
| switch_priority_t | priority |
| char * | owner |
| char * | subclass_name |
| switch_event_header_t * | headers |
| switch_event_header_t * | last_header |
| char * | body |
| void * | bind_user_data |
| void * | event_user_data |
| unsigned long | key |
| switch_event * | next |
|
|
user data from the subclass provider |
|
|
the body of the event |
|
|
the event id (descriptor) |
|
|
user data from the event sender |
|
|
the event headers |
|
|
unique key |
|
|
the event headers tail pointer |
|
|
|
|
|
the owner of the event |
|
|
the priority of the event |
|
|
the subclass of the event |
1.3.9.1