GNUnet 0.29.1-dev.1-3-g346358e26
 
Loading...
Searching...
No Matches
ConfigSource Struct Reference

source location of a configuration value More...

Collaboration diagram for ConfigSource:
[legend]

Data Fields

struct ConfigSourcenext
 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.
 

Detailed Description

source location of a configuration value

Definition at line 38 of file configuration.c.

Field Documentation

◆ next

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().

◆ value

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().

◆ filename

char* ConfigSource::filename

Filename containing the definition.

Definition at line 53 of file configuration.c.

Referenced by copy_entry_with_sources().

◆ lineno

unsigned int ConfigSource::lineno

Line containing the definition.

Definition at line 58 of file configuration.c.

Referenced by copy_entry_with_sources().


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