Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_config_map Struct Reference
Collaboration diagram for ast_config_map:
Collaboration graph
[legend]

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

◆ database [1/2]

const char* database

Stored in stuff[] at struct end.

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

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

◆ database [2/2]

char* database

Definition at line 888 of file extconf.c.

◆ driver [1/2]

const char* driver

Stored in stuff[] at struct end.

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

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

◆ driver [2/2]

char* driver

Definition at line 887 of file extconf.c.

◆ name [1/2]

const char* name

◆ name [2/2]

char* name

Definition at line 886 of file extconf.c.

◆ next

struct ast_config_map * next

◆ priority

int priority

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

Referenced by ast_realtime_append_mapping(), and find_engine().

◆ stuff

char stuff

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

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

Referenced by ast_realtime_append_mapping().

◆ table [1/2]

const char* table

Stored in stuff[] at struct end.

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

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

◆ table [2/2]

char* table

Definition at line 889 of file extconf.c.


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