Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
realtime_sqlite3_db Struct Reference
Collaboration diagram for realtime_sqlite3_db:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
unsigned int batch
 
int busy_timeout
 
ast_cond_t cond
 
unsigned int debug:1
 
unsigned int dirty:1
 
unsigned int exiting:1
 
const ast_string_field filename
 
sqlite3 * handle
 
unsigned int has_batch_thread:1
 
const ast_string_field name
 
unsigned int requirements:2
 
pthread_t syncthread
 
unsigned int wakeup:1
 

Detailed Description

Definition at line 89 of file res_config_sqlite3.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 93 of file res_config_sqlite3.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 93 of file res_config_sqlite3.c.

◆ batch

unsigned int batch

Definition at line 103 of file res_config_sqlite3.c.

◆ busy_timeout

int busy_timeout

Definition at line 104 of file res_config_sqlite3.c.

◆ cond

ast_cond_t cond

Definition at line 96 of file res_config_sqlite3.c.

◆ debug

unsigned int debug

Definition at line 99 of file res_config_sqlite3.c.

◆ dirty

unsigned int dirty

Definition at line 98 of file res_config_sqlite3.c.

◆ exiting

unsigned int exiting

Definition at line 100 of file res_config_sqlite3.c.

◆ filename

const ast_string_field filename

Definition at line 93 of file res_config_sqlite3.c.

Referenced by new_realtime_sqlite3_db(), and update_realtime_sqlite3_db().

◆ handle

sqlite3* handle

Definition at line 94 of file res_config_sqlite3.c.

◆ has_batch_thread

unsigned int has_batch_thread

Definition at line 102 of file res_config_sqlite3.c.

◆ name

const ast_string_field name

◆ requirements

unsigned int requirements

Definition at line 97 of file res_config_sqlite3.c.

◆ syncthread

pthread_t syncthread

Definition at line 95 of file res_config_sqlite3.c.

◆ wakeup

unsigned int wakeup

Definition at line 101 of file res_config_sqlite3.c.


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