source location of a configuration value More...
Data Fields | |
| struct ConfigSource * | next |
| Sources are ordered from highest to lowest precedence. | |
| char * | value |
| Value as normalized by the configuration parser. | |
| char * | filename |
| Filename containing the definition. | |
| unsigned int | lineno |
| Line containing the definition. | |
source location of a configuration value
Definition at line 38 of file configuration.c.
| struct ConfigSource* ConfigSource::next |
Sources are ordered from highest to lowest precedence.
Definition at line 43 of file configuration.c.
Referenced by copy_entry_with_sources(), and GNUNET_CONFIGURATION_remove_section().
| char* ConfigSource::value |
Value as normalized by the configuration parser.
Definition at line 48 of file configuration.c.
Referenced by copy_entry_with_sources(), and GNUNET_CONFIGURATION_clean_file().
| char* ConfigSource::filename |
Filename containing the definition.
Definition at line 53 of file configuration.c.
Referenced by copy_entry_with_sources().
| unsigned int ConfigSource::lineno |
Line containing the definition.
Definition at line 58 of file configuration.c.
Referenced by copy_entry_with_sources().