FreeSWITCH API Documentation  1.7.0
Data Fields
switch_network_list Struct Reference
+ Collaboration diagram for switch_network_list:

Data Fields

struct switch_network_nodenode_head
 
switch_bool_t default_type
 
switch_memory_pool_tpool
 
char * name
 

Detailed Description

Definition at line 58 of file switch_utils.c.

Field Documentation

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().


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