Sat Apr 26 2014 22:03:22

Asterisk developer's documentation


aco_info Struct Reference

#include <config_options.h>

Collaboration diagram for aco_info:

Data Fields

struct aco_filefiles []
struct ao2_global_objglobal_obj
struct aco_info_internalinternal
const char * module
aco_post_apply_config post_apply_config
aco_pre_apply_config pre_apply_config
aco_snapshot_alloc snapshot_alloc

Detailed Description

Definition at line 154 of file config_options.h.


Field Documentation

struct aco_file* files[]

An array of aco_files to process

Definition at line 161 of file config_options.h.

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

The global object array that holds the user-defined config object

Definition at line 159 of file config_options.h.

Referenced by apply_config().

const char* module

The name of the module whose config is being processed

Definition at line 155 of file config_options.h.

Referenced by aco_process_config().

A callback called after changes are applied

Definition at line 157 of file config_options.h.

Referenced by aco_process_config().

A callback called after processing, but before changes are applied

Definition at line 156 of file config_options.h.

Referenced by aco_process_ast_config(), and aco_process_config().

Allocate an object to hold all global configs and item containers

Definition at line 158 of file config_options.h.

Referenced by aco_process_ast_config(), and aco_process_config().


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