Information we keep per underlay. More...
Data Fields | |
struct GDS_Underlay * | next |
Kept in a DLL. More... | |
struct GDS_Underlay * | prev |
Kept in a DLL. More... | |
struct GNUNET_DHTU_PluginEnvironment | env |
Environment for this underlay. More... | |
struct GNUNET_DHTU_PluginFunctions * | dhtu |
Underlay API handle. More... | |
double | network_size_estimate |
current network size estimate for this underlay. More... | |
char * | name |
Name of the underlay (i.e. More... | |
Information we keep per underlay.
Definition at line 50 of file gnunet-service-dht.c.
struct GDS_Underlay* GDS_Underlay::next |
Kept in a DLL.
Definition at line 56 of file gnunet-service-dht.c.
struct GDS_Underlay* GDS_Underlay::prev |
Kept in a DLL.
Definition at line 61 of file gnunet-service-dht.c.
struct GNUNET_DHTU_PluginEnvironment GDS_Underlay::env |
Environment for this underlay.
Definition at line 66 of file gnunet-service-dht.c.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), and typescriptdomain.TypeScriptDefinition::run().
struct GNUNET_DHTU_PluginFunctions* GDS_Underlay::dhtu |
Underlay API handle.
Definition at line 71 of file gnunet-service-dht.c.
double GDS_Underlay::network_size_estimate |
current network size estimate for this underlay.
Definition at line 76 of file gnunet-service-dht.c.
char* GDS_Underlay::name |