GNUnet 0.29.1-dev.1-3-g346358e26
 
Loading...
Searching...
No Matches
ConfigFile Struct Reference
Collaboration diagram for ConfigFile:
[legend]

Data Fields

char * source_filename
 Source filename.
 
unsigned int level
 Level in the tree of loaded config files.
 
struct ConfigFile * prev
 
struct ConfigFile * next
 
char * hint_restrict_section
 Was this configuration file parsed via @inline-secret@?
 
bool hint_inaccessible
 Was this configuration file inaccessible?
 
struct GNUNET_HashCode content_hash
 Hash of the file contents seen while parsing.
 
bool have_content_hash
 Whether content_hash is available.
 

Detailed Description

Definition at line 138 of file configuration.c.

Field Documentation

◆ source_filename

char* ConfigFile::source_filename

Source filename.

Definition at line 143 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_destroy(), GNUNET_CONFIGURATION_parse(), and handle_inline().

◆ level

unsigned int ConfigFile::level

Level in the tree of loaded config files.

Definition at line 148 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_parse(), and handle_inline().

◆ prev

struct ConfigFile* ConfigFile::prev

Definition at line 150 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_parse().

◆ next

struct ConfigFile* ConfigFile::next

Definition at line 152 of file configuration.c.

◆ hint_restrict_section

char* ConfigFile::hint_restrict_section

Was this configuration file parsed via @inline-secret@?

Definition at line 158 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_destroy(), and handle_inline().

◆ hint_inaccessible

bool ConfigFile::hint_inaccessible

Was this configuration file inaccessible?

Definition at line 163 of file configuration.c.

Referenced by handle_inline().

◆ content_hash

struct GNUNET_HashCode ConfigFile::content_hash

Hash of the file contents seen while parsing.

Definition at line 168 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_clean_file(), and GNUNET_CONFIGURATION_parse().

◆ have_content_hash

bool ConfigFile::have_content_hash

Whether content_hash is available.

Definition at line 173 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_parse().


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