Thu Sep 7 01:03:41 2017

Asterisk developer's documentation


ast_config_map Struct Reference

Data Fields

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

Detailed Description

Definition at line 188 of file config.c.


Field Documentation

const char* database

Stored in stuff[] at struct end.

Definition at line 196 of file config.c.

Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().

const char* driver

Stored in stuff[] at struct end.

Definition at line 194 of file config.c.

Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().

const char* name

Stored in stuff[] at struct end.

Definition at line 192 of file config.c.

Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().

struct ast_config_map* next [read]
int priority

Definition at line 190 of file config.c.

Referenced by append_mapping(), and find_engine().

char stuff[0]

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

Definition at line 200 of file config.c.

Referenced by append_mapping().

const char* table

Stored in stuff[] at struct end.

Definition at line 198 of file config.c.

Referenced by append_mapping(), find_engine(), and handle_cli_core_show_config_mappings().


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

Generated on 7 Sep 2017 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1