Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_config_map Struct Reference

Data Fields

const char * database
 
char * database
 
const char * driver
 
char * driver
 
const char * name
 
char * name
 
struct ast_config_mapnext
 
int priority
 
char stuff [0]
 
const char * table
 
char * table
 

Detailed Description

Definition at line 199 of file main/config.c.

Field Documentation

const char* database

Stored in stuff[] at struct end.

Definition at line 207 of file main/config.c.

Referenced by find_engine().

const char* driver

Stored in stuff[] at struct end.

Definition at line 205 of file main/config.c.

Referenced by find_engine().

const char* name

Stored in stuff[] at struct end.

Definition at line 203 of file main/config.c.

Referenced by PathSegment::__init__(), ast_realtime_is_mapping_defined(), find_engine(), and PathSegment::get_child().

char stuff

Contents of name, driver, database, and table in that order stuffed here.

Definition at line 211 of file main/config.c.

const char* table

Stored in stuff[] at struct end.

Definition at line 209 of file main/config.c.

Referenced by find_engine().


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