GNUnet 0.21.1
GNUNET_DHT_HelloGetHandle Struct Reference

Handle to get a HELLO URL from the DHT for manual bootstrapping. More...

Collaboration diagram for GNUNET_DHT_HelloGetHandle:
[legend]

Data Fields

struct GNUNET_DHT_HelloGetHandlenext
 DLL. More...
 
struct GNUNET_DHT_HelloGetHandleprev
 DLL. More...
 
GNUNET_DHT_HelloGetCallback cb
 Function to call with the result. More...
 
void * cb_cls
 Closure for cb. More...
 
struct GNUNET_DHT_Handledht_handle
 Connection to the DHT service. More...
 

Detailed Description

Handle to get a HELLO URL from the DHT for manual bootstrapping.

Definition at line 200 of file dht_api.c.

Field Documentation

◆ next

struct GNUNET_DHT_HelloGetHandle* GNUNET_DHT_HelloGetHandle::next

DLL.

Definition at line 206 of file dht_api.c.

◆ prev

struct GNUNET_DHT_HelloGetHandle* GNUNET_DHT_HelloGetHandle::prev

DLL.

Definition at line 211 of file dht_api.c.

◆ cb

GNUNET_DHT_HelloGetCallback GNUNET_DHT_HelloGetHandle::cb

Function to call with the result.

Definition at line 216 of file dht_api.c.

Referenced by GNUNET_DHT_hello_get(), and handle_client_hello().

◆ cb_cls

void* GNUNET_DHT_HelloGetHandle::cb_cls

Closure for cb.

Definition at line 221 of file dht_api.c.

Referenced by GNUNET_DHT_hello_get(), and handle_client_hello().

◆ dht_handle

struct GNUNET_DHT_Handle* GNUNET_DHT_HelloGetHandle::dht_handle

Connection to the DHT service.

Definition at line 226 of file dht_api.c.

Referenced by GNUNET_DHT_hello_get(), and GNUNET_DHT_hello_get_cancel().


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