Thu Apr 28 2011 17:16:25

Asterisk developer's documentation


cfg_entry_args Struct Reference

Collaboration diagram for cfg_entry_args:

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 175 of file res_config_sqlite.c.


Field Documentation

struct ast_category* cat

Definition at line 177 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

char* cat_name

Definition at line 178 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

struct ast_config* cfg

Definition at line 176 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

struct ast_flags flags

Definition at line 179 of file res_config_sqlite.c.

Referenced by add_cfg_entry(), and config_handler().

const char* who_asked

Definition at line 180 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: