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. | |
Definition at line 138 of file configuration.c.
| 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().
| 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().
| struct ConfigFile* ConfigFile::prev |
Definition at line 150 of file configuration.c.
Referenced by GNUNET_CONFIGURATION_parse().
| struct ConfigFile* ConfigFile::next |
Definition at line 152 of file configuration.c.
| 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().
| bool ConfigFile::hint_inaccessible |
Was this configuration file inaccessible?
Definition at line 163 of file configuration.c.
Referenced by handle_inline().
| 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().
| bool ConfigFile::have_content_hash |
Whether content_hash is available.
Definition at line 173 of file configuration.c.
Referenced by GNUNET_CONFIGURATION_parse().