GNUnet 0.21.1
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 38 of file configuration.c.

Field Documentation

◆ next

◆ key

◆ val

◆ hint_filename

char* ConfigEntry::hint_filename

Diagnostics information for the filename.

Definition at line 58 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_remove_section(), and set_entry_hint().

◆ hint_lineno

unsigned int ConfigEntry::hint_lineno

Diagnostics information for the line number.

Definition at line 63 of file configuration.c.

Referenced by set_entry_hint().


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