Closure for GNUNET_CONFIGURATION_config_tool_run() with settings for what should be done with the configuration. More...
#include <gnunet_configuration_lib.h>
Data Fields | |
unsigned int | api_version |
Must be set to the API version, i.e. More... | |
char * | section |
Name of the section. More... | |
char * | option |
Name of the option. More... | |
char * | value |
Value to set. More... | |
int | is_filename |
Treat option as a filename. More... | |
int | list_sections |
Whether to show the sections. More... | |
int | rewrite |
Should we write out the configuration file, even if no value was changed? More... | |
int | diagnostics |
Should we give extra diagnostics? More... | |
int | full |
Should the generated configuration file contain the whole configuration? More... | |
int | global_ret |
Return value from the operation, to be returned from 'main'. More... | |
Closure for GNUNET_CONFIGURATION_config_tool_run() with settings for what should be done with the configuration.
Definition at line 685 of file gnunet_configuration_lib.h.
unsigned int GNUNET_CONFIGURATION_ConfigSettings::api_version |
Must be set to the API version, i.e.
GNUNET_UTIL_VERSION. Used to detect which version of the struct the client is using.
Definition at line 692 of file gnunet_configuration_lib.h.
Referenced by main().
char* GNUNET_CONFIGURATION_ConfigSettings::section |
Name of the section.
Definition at line 697 of file gnunet_configuration_lib.h.
Referenced by httpdomain.httpdomain.DocRef::__init__(), httpdomain.httpdomain.DocRef::__repr__(), GNUNET_CONFIGURATION_config_settings_free(), and GNUNET_CONFIGURATION_config_tool_run().
char* GNUNET_CONFIGURATION_ConfigSettings::option |
Name of the option.
Definition at line 702 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_settings_free(), and GNUNET_CONFIGURATION_config_tool_run().
char* GNUNET_CONFIGURATION_ConfigSettings::value |
Value to set.
Definition at line 707 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_settings_free(), and GNUNET_CONFIGURATION_config_tool_run().
int GNUNET_CONFIGURATION_ConfigSettings::is_filename |
Treat option as a filename.
Definition at line 712 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_tool_run().
int GNUNET_CONFIGURATION_ConfigSettings::list_sections |
Whether to show the sections.
Definition at line 717 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_tool_run().
int GNUNET_CONFIGURATION_ConfigSettings::rewrite |
Should we write out the configuration file, even if no value was changed?
Definition at line 722 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_tool_run().
int GNUNET_CONFIGURATION_ConfigSettings::diagnostics |
Should we give extra diagnostics?
Definition at line 727 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_tool_run().
int GNUNET_CONFIGURATION_ConfigSettings::full |
Should the generated configuration file contain the whole configuration?
Definition at line 732 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_tool_run().
int GNUNET_CONFIGURATION_ConfigSettings::global_ret |
Return value from the operation, to be returned from 'main'.
Definition at line 738 of file gnunet_configuration_lib.h.
Referenced by GNUNET_CONFIGURATION_config_tool_run(), and main().