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

The representation of a single configuration file to be processed. More...

#include <config_options.h>

Data Fields

const char * alias
 
const char * filename
 
const char ** preload
 
const char * skip_category
 
struct aco_typetypes []
 

Detailed Description

The representation of a single configuration file to be processed.

Examples:
app_skel.c.

Definition at line 161 of file config_options.h.

Field Documentation

const char* alias

An alias filename to be tried if 'filename' cannot be found

Definition at line 163 of file config_options.h.

Referenced by aco_process_config().

const char* filename

The filename to be processed

Examples:
app_skel.c.

Definition at line 162 of file config_options.h.

Referenced by aco_process_ast_config(), and aco_process_config().

const char** preload

A null-terminated ordered array of categories to be loaded first

Definition at line 164 of file config_options.h.

const char* skip_category

A regular expression of categories to skip in the file. Use when a file is processed by multiple modules

Definition at line 165 of file config_options.h.

struct aco_type* types[]

The list of types for this config. Required. Use a sentinel!

Definition at line 166 of file config_options.h.

Referenced by aco_info_init(), aco_process_config(), and sorcery_object_type_alloc().


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