Fri Jul 24 00:42:04 2009

Asterisk developer's documentation


ast_config_include Struct Reference


Data Fields

int exec
char * exec_file
char * include_location_file
int include_location_lineno
char * included_file
int inclusion_count
ast_config_includenext
int output

Detailed Description

Definition at line 221 of file config.c.


Field Documentation

int exec

set to non-zero if itsa exec statement

Definition at line 224 of file config.c.

Referenced by config_text_file_save().

char* exec_file

if it's an exec, you'll have both the /var/tmp to read, and the original script

Definition at line 225 of file config.c.

Referenced by ast_includes_destroy(), and config_text_file_save().

char* include_location_file

file name in which the include occurs

Definition at line 222 of file config.c.

Referenced by ast_include_rename(), ast_includes_destroy(), and config_text_file_save().

int include_location_lineno

lineno where include occurred

Definition at line 223 of file config.c.

Referenced by config_text_file_save().

char* included_file

file name included

Definition at line 226 of file config.c.

Referenced by ast_include_find(), ast_includes_destroy(), and config_text_file_save().

int inclusion_count

if the file is included more than once, a running count thereof -- but, worry not, we explode the instances and will include those-- so all entries will be unique

Definition at line 227 of file config.c.

struct ast_config_include* next

ptr to next inclusion in the list

Definition at line 230 of file config.c.

Referenced by ast_include_find(), ast_include_rename(), ast_includes_destroy(), and config_text_file_save().

int output

a flag to indicate if the inclusion has been output

Definition at line 229 of file config.c.

Referenced by config_text_file_save().


The documentation for this struct was generated from the following file:
Generated on Fri Jul 24 00:42:04 2009 for Asterisk - the Open Source PBX by  doxygen 1.4.7