FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | event_channel |
char * | name |
char * | key |
la_node_t * | head |
la_node_t * | tail |
switch_memory_pool_t * | pool |
switch_hash_t * | hash |
switch_mutex_t * | mutex |
uint32_t | serno |
int | pos |
switch_bool_t | visible |
switch_bool_t | new |
switch_event_channel_id_t | channel_id |
switch_live_array_command_handler_t | command_handler |
void * | user_data |
alias_node_t * | aliases |
int | refs |
Definition at line 3087 of file switch_event.c.
alias_node_t* switch_live_array_s::aliases |
Definition at line 3103 of file switch_event.c.
Referenced by la_broadcast(), and switch_live_array_destroy().
switch_event_channel_id_t switch_live_array_s::channel_id |
Definition at line 3100 of file switch_event.c.
Referenced by la_broadcast(), and switch_live_array_create().
switch_live_array_command_handler_t switch_live_array_s::command_handler |
Definition at line 3101 of file switch_event.c.
Referenced by switch_live_array_parse_json().
char* switch_live_array_s::event_channel |
Definition at line 3088 of file switch_event.c.
Referenced by la_broadcast(), and switch_live_array_create().
switch_hash_t* switch_live_array_s::hash |
Definition at line 3094 of file switch_event.c.
Referenced by switch_live_array_create(), and switch_live_array_destroy().
la_node_t* switch_live_array_s::head |
Definition at line 3091 of file switch_event.c.
char* switch_live_array_s::key |
Definition at line 3090 of file switch_event.c.
Referenced by switch_live_array_create(), and switch_live_array_destroy().
switch_mutex_t* switch_live_array_s::mutex |
Definition at line 3095 of file switch_event.c.
Referenced by la_broadcast(), switch_live_array_create(), and switch_live_array_destroy().
char* switch_live_array_s::name |
Definition at line 3089 of file switch_event.c.
Referenced by switch_live_array_create().
switch_bool_t switch_live_array_s::new |
Definition at line 3099 of file switch_event.c.
Referenced by switch_live_array_create().
switch_memory_pool_t* switch_live_array_s::pool |
Definition at line 3093 of file switch_event.c.
Referenced by switch_live_array_create(), and switch_live_array_destroy().
int switch_live_array_s::pos |
Definition at line 3097 of file switch_event.c.
int switch_live_array_s::refs |
Definition at line 3104 of file switch_event.c.
Referenced by switch_live_array_create(), and switch_live_array_destroy().
uint32_t switch_live_array_s::serno |
Definition at line 3096 of file switch_event.c.
Referenced by switch_live_array_create().
la_node_t* switch_live_array_s::tail |
Definition at line 3092 of file switch_event.c.
void* switch_live_array_s::user_data |
Definition at line 3102 of file switch_event.c.
Referenced by switch_live_array_parse_json().
switch_bool_t switch_live_array_s::visible |
Definition at line 3098 of file switch_event.c.
Referenced by switch_live_array_create().