Handle to a PUT request. More...
Data Fields | |
struct GNUNET_DHT_PutHandle * | next |
Kept in a DLL. More... | |
struct GNUNET_DHT_PutHandle * | prev |
Kept in a DLL. More... | |
GNUNET_SCHEDULER_TaskCallback | cont |
Continuation to call when done. More... | |
struct GNUNET_DHT_Handle * | dht_handle |
Main handle to this DHT api. More... | |
void * | cont_cls |
Closure for cont. More... | |
struct GNUNET_MQ_Envelope * | env |
Envelope from the PUT operation. More... | |
struct GNUNET_DHT_PutHandle* GNUNET_DHT_PutHandle::next |
struct GNUNET_DHT_PutHandle* GNUNET_DHT_PutHandle::prev |
GNUNET_SCHEDULER_TaskCallback GNUNET_DHT_PutHandle::cont |
Continuation to call when done.
Definition at line 57 of file dht_api.c.
Referenced by do_disconnect(), GNUNET_DHT_disconnect(), GNUNET_DHT_put(), and handle_put_cont().
struct GNUNET_DHT_Handle* GNUNET_DHT_PutHandle::dht_handle |
Main handle to this DHT api.
Definition at line 62 of file dht_api.c.
Referenced by GNUNET_DHT_put(), and GNUNET_DHT_put_cancel().
void* GNUNET_DHT_PutHandle::cont_cls |
Closure for cont.
Definition at line 67 of file dht_api.c.
Referenced by do_disconnect(), GNUNET_DHT_disconnect(), GNUNET_DHT_put(), and handle_put_cont().
struct GNUNET_MQ_Envelope* GNUNET_DHT_PutHandle::env |
Envelope from the PUT operation.
Definition at line 72 of file dht_api.c.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), do_disconnect(), GNUNET_DHT_put(), GNUNET_DHT_put_cancel(), handle_put_cont(), and typescriptdomain.TypeScriptDefinition::run().