Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


cfg_entry_args Struct Reference

Data Fields

struct ast_categorycat
 
char * cat_name
 
struct ast_configcfg
 
struct ast_flags flags
 
const char * who_asked
 

Detailed Description

Structure sent to the SQLite callback function for static configuration.

See Also
add_cfg_entry()

Definition at line 176 of file res_config_sqlite.c.

Field Documentation

struct ast_category* cat

Definition at line 178 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

char* cat_name

Definition at line 179 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

struct ast_config* cfg

Definition at line 177 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

struct ast_flags flags

Definition at line 180 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

const char* who_asked

Definition at line 181 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().


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