FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
struct switch_network_node * | node_head |
switch_bool_t | default_type |
switch_memory_pool_t * | pool |
char * | name |
Definition at line 58 of file switch_utils.c.
switch_bool_t switch_network_list::default_type |
Definition at line 60 of file switch_utils.c.
Referenced by switch_network_list_create().
char* switch_network_list::name |
Definition at line 62 of file switch_utils.c.
Referenced by switch_network_list_create().
struct switch_network_node* switch_network_list::node_head |
Definition at line 59 of file switch_utils.c.
switch_memory_pool_t* switch_network_list::pool |
Definition at line 61 of file switch_utils.c.
Referenced by switch_network_list_create().