Handle to get a HELLO URL from the DHT for manual bootstrapping. More...
Data Fields | |
struct GNUNET_DHT_HelloGetHandle * | next |
DLL. More... | |
struct GNUNET_DHT_HelloGetHandle * | prev |
DLL. More... | |
GNUNET_DHT_HelloGetCallback | cb |
Function to call with the result. More... | |
void * | cb_cls |
Closure for cb. More... | |
struct GNUNET_DHT_Handle * | dht_handle |
Connection to the DHT service. More... | |
Handle to get a HELLO URL from the DHT for manual bootstrapping.
struct GNUNET_DHT_HelloGetHandle* GNUNET_DHT_HelloGetHandle::next |
struct GNUNET_DHT_HelloGetHandle* GNUNET_DHT_HelloGetHandle::prev |
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().
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().
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().