Sat Apr 26 2014 22:03:22

Asterisk developer's documentation


aco_file Struct Reference

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

#include <config_options.h>

Collaboration diagram for aco_file:

Data Fields

const char * alias
 An alias filename to be tried if 'filename' cannot be found.
const char * filename
 The filename to be processed.
const char ** preload
 A null-terminated oredered array of categories to be loaded first.
struct aco_typetypes []

Detailed Description

The representation of a single configuration file to be processed.

Definition at line 147 of file config_options.h.


Field Documentation

const char* alias

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

Definition at line 149 of file config_options.h.

Referenced by aco_process_config().

const char* filename

The filename to be processed.

Definition at line 148 of file config_options.h.

Referenced by aco_process_ast_config(), aco_process_config(), and process_category().

const char** preload

A null-terminated oredered array of categories to be loaded first.

Definition at line 150 of file config_options.h.

Referenced by internal_process_ast_config(), and is_preload().

struct aco_type* types[]

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

Definition at line 151 of file config_options.h.

Referenced by aco_info_init(), aco_process_config(), internal_aco_type_find(), and internal_file_types_destroy().


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