Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_config Struct Reference
[Config File Parser]

#include <switch_config.h>


Detailed Description

A simple file handle representing an open configuration file *.


Data Fields

FILE * file
char path [512]
char category [256]
char section [256]
char buf [1024]
int lineno
int catno
int sectno
int lockto


Field Documentation

char switch_config::buf[1024]
 

buffer of current line being read

char switch_config::category[256]
 

current category

int switch_config::catno
 

current category number in file

FILE* switch_config::file
 

FILE stream buffer to the opened file

int switch_config::lineno
 

current line number in file

int switch_config::lockto
 

char switch_config::path[512]
 

path to the file

char switch_config::section[256]
 

current section

int switch_config::sectno
 

current section number in file


The documentation for this struct was generated from the following file:
Generated on Fri Oct 10 11:23:46 2008 for FreeSWITCH by  doxygen 1.3.9.1