Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
mysql_conn Struct Reference
Collaboration diagram for mysql_conn:
Collaboration graph
[legend]

Data Fields

char charset [50]
 
time_t connect_time
 
int connected
 
MYSQL handle
 
char host [MAXHOSTNAMELEN]
 
struct { 
 
   struct mysql_conn *   next 
 
list 
 
ast_mutex_t lock
 
char name [50]
 
char pass [50]
 
int port
 
enum requirements requirements
 
char sock [50]
 
char unique_name [0]
 
char user [50]
 

Detailed Description

Definition at line 83 of file res_config_mysql.c.

Field Documentation

◆ charset

char charset[50]

Definition at line 92 of file res_config_mysql.c.

◆ connect_time

time_t connect_time

Definition at line 95 of file res_config_mysql.c.

Referenced by handle_cli_realtime_mysql_status().

◆ connected

int connected

Definition at line 94 of file res_config_mysql.c.

◆ handle

MYSQL handle

◆ host

char host[MAXHOSTNAMELEN]

Definition at line 87 of file res_config_mysql.c.

Referenced by handle_cli_realtime_mysql_status().

◆ [struct]

struct { ... } list

◆ lock

Definition at line 85 of file res_config_mysql.c.

Referenced by find_database(), parse_config(), and unload_module().

◆ name

char name[50]

◆ next

struct mysql_conn* next

Definition at line 84 of file res_config_mysql.c.

◆ pass

char pass[50]

Definition at line 90 of file res_config_mysql.c.

◆ port

int port

Definition at line 93 of file res_config_mysql.c.

Referenced by handle_cli_realtime_mysql_status().

◆ requirements

Definition at line 96 of file res_config_mysql.c.

◆ sock

char sock[50]

Definition at line 91 of file res_config_mysql.c.

Referenced by handle_cli_realtime_mysql_status().

◆ unique_name

char unique_name[0]

◆ user

char user[50]

Definition at line 89 of file res_config_mysql.c.

Referenced by handle_cli_realtime_mysql_status().


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