Electroneum
config_parser_state Struct Reference

#include <config_file.h>

Collaboration diagram for config_parser_state:

Public Attributes

char * filename
 
int line
 
int errors
 
struct config_filecfg
 
const char * chroot
 

Detailed Description

Used during options parsing

Definition at line 1078 of file config_file.h.

Member Data Documentation

◆ cfg

struct config_file* config_parser_state::cfg

the result of parsing is stored here.

Definition at line 1086 of file config_file.h.

◆ chroot

const char* config_parser_state::chroot

the current chroot dir (or NULL if none)

Definition at line 1088 of file config_file.h.

◆ errors

int config_parser_state::errors

number of errors encountered

Definition at line 1084 of file config_file.h.

◆ filename

char* config_parser_state::filename

name of file being parser

Definition at line 1080 of file config_file.h.

◆ line

int config_parser_state::line

line number in the file, starts at 1

Definition at line 1082 of file config_file.h.


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