RTS API Documentation  1.10.11
Data Fields
switch_live_array_s Struct Reference
+ Collaboration diagram for switch_live_array_s:

Data Fields

char * event_channel
 
char * name
 
char * key
 
la_node_thead
 
la_node_ttail
 
switch_memory_pool_tpool
 
switch_hash_thash
 
switch_mutex_tmutex
 
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_taliases
 
int refs
 

Detailed Description

Definition at line 3211 of file switch_event.c.

Field Documentation

◆ aliases

alias_node_t* switch_live_array_s::aliases

◆ channel_id

switch_event_channel_id_t switch_live_array_s::channel_id

Definition at line 3224 of file switch_event.c.

Referenced by la_broadcast(), and switch_live_array_create().

◆ command_handler

switch_live_array_command_handler_t switch_live_array_s::command_handler

◆ event_channel

char* switch_live_array_s::event_channel

◆ hash

switch_hash_t* switch_live_array_s::hash

◆ head

la_node_t* switch_live_array_s::head

◆ key

char* switch_live_array_s::key

Definition at line 3214 of file switch_event.c.

Referenced by switch_live_array_create(), and switch_live_array_destroy().

◆ mutex

switch_mutex_t* switch_live_array_s::mutex

◆ name

char* switch_live_array_s::name

◆ new

switch_bool_t switch_live_array_s::new

Definition at line 3223 of file switch_event.c.

Referenced by switch_live_array_create(), and switch_live_array_isnew().

◆ pool

switch_memory_pool_t* switch_live_array_s::pool

◆ pos

int switch_live_array_s::pos

Definition at line 3221 of file switch_event.c.

Referenced by switch_live_array_add(), and switch_live_array_del().

◆ refs

int switch_live_array_s::refs

Definition at line 3228 of file switch_event.c.

Referenced by switch_live_array_create(), and switch_live_array_destroy().

◆ serno

uint32_t switch_live_array_s::serno

◆ tail

la_node_t* switch_live_array_s::tail

◆ user_data

void* switch_live_array_s::user_data

◆ visible

switch_bool_t switch_live_array_s::visible

The documentation for this struct was generated from the following file: