configuration entry More...
Data Fields | |
| struct ConfigEntry * | next |
| This is a linked list. | |
| char * | key |
| key for this entry | |
| char * | val |
| current, committed value | |
| struct ConfigSource * | sources |
| Source definitions retained for diagnostics. | |
configuration entry
Definition at line 65 of file configuration.c.
| struct ConfigEntry* ConfigEntry::next |
This is a linked list.
Definition at line 70 of file configuration.c.
Referenced by GNUNET_CONFIGURATION_remove_section(), and GNUNET_CONFIGURATION_set_value_string().
| char* ConfigEntry::key |
key for this entry
Definition at line 75 of file configuration.c.
Referenced by copy_entry_with_sources(), GNUNET_CONFIGURATION_remove_section(), and GNUNET_CONFIGURATION_set_value_string().
| char* ConfigEntry::val |
current, committed value
Definition at line 80 of file configuration.c.
Referenced by compare_entries(), copy_entry_with_sources(), GNUNET_CONFIGURATION_get_value_choice(), GNUNET_CONFIGURATION_get_value_float(), GNUNET_CONFIGURATION_get_value_number(), GNUNET_CONFIGURATION_get_value_size(), GNUNET_CONFIGURATION_get_value_string(), GNUNET_CONFIGURATION_get_value_time(), GNUNET_CONFIGURATION_get_value_yesno(), GNUNET_CONFIGURATION_have_value(), GNUNET_CONFIGURATION_remove_section(), and GNUNET_CONFIGURATION_set_value_string().
| struct ConfigSource* ConfigEntry::sources |
Source definitions retained for diagnostics.
Definition at line 85 of file configuration.c.
Referenced by add_entry_source(), copy_entry_with_sources(), and GNUNET_CONFIGURATION_remove_section().