GNUnet  0.20.0
ConfigEntry Struct Reference

configuration entry More...

Collaboration diagram for ConfigEntry:
[legend]

Data Fields

struct ConfigEntrynext
 This is a linked list. More...
 
char * key
 key for this entry More...
 
char * val
 current, committed value More...
 
char * hint_filename
 Diagnostics information for the filename. More...
 
unsigned int hint_lineno
 Diagnostics information for the line number. More...
 

Detailed Description

configuration entry

Definition at line 39 of file configuration.c.

Field Documentation

◆ next

◆ key

◆ val

char* ConfigEntry::val

current, committed value

Definition at line 54 of file configuration.c.

Referenced by compare_entries(), GNUNET_CONFIGURATION_iterate_section_values(), and GNUNET_CONFIGURATION_remove_section().

◆ hint_filename

char* ConfigEntry::hint_filename

Diagnostics information for the filename.

Definition at line 59 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_deserialize(), and GNUNET_CONFIGURATION_remove_section().

◆ hint_lineno

unsigned int ConfigEntry::hint_lineno

Diagnostics information for the line number.

Definition at line 64 of file configuration.c.


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