#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_file * | cfg |
the result of parsing is stored here. | |
const char * | chroot |
the current chroot dir (or NULL if none) |
struct config_file* config_parser_state::cfg [read] |
the result of parsing is stored here.