GNUnet 0.21.1
DiffHandle Struct Reference

Used for diffing a configuration object against the default one. More...

Collaboration diagram for DiffHandle:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handlecfg_default
 
struct GNUNET_CONFIGURATION_HandlecfgDiff
 

Detailed Description

Used for diffing a configuration object against the default one.

Definition at line 205 of file configuration.c.

Field Documentation

◆ cfg_default

const struct GNUNET_CONFIGURATION_Handle* DiffHandle::cfg_default

Definition at line 207 of file configuration.c.

Referenced by compare_entries(), and GNUNET_CONFIGURATION_get_diff().

◆ cfgDiff

struct GNUNET_CONFIGURATION_Handle* DiffHandle::cfgDiff

Definition at line 209 of file configuration.c.

Referenced by compare_entries(), and GNUNET_CONFIGURATION_get_diff().


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