config_parser_state Struct Reference

Used during options parsing. More...

#include <config_file.h>

Data Fields

char * filename
 name of file being parser
 
int line
 line number in the file, starts at 1
 
int errors
 number of errors encountered
 
struct config_filecfg
 the result of parsing is stored here.
 
const char * chroot
 the current chroot dir (or NULL if none)
 
int started_toplevel
 if we are started in a toplevel, or not, after a force_toplevel
 

Detailed Description

Used during options parsing.


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