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