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 59 of file dht_api.c.
Referenced by do_disconnect(), and handle_put_cont().
struct GNUNET_DHT_Handle* GNUNET_DHT_PutHandle::dht_handle |
void* GNUNET_DHT_PutHandle::cont_cls |
Closure for cont.
Definition at line 69 of file dht_api.c.
Referenced by do_disconnect(), and handle_put_cont().
struct GNUNET_MQ_Envelope* GNUNET_DHT_PutHandle::env |
Envelope from the PUT operation.
Definition at line 74 of file dht_api.c.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), and typescriptdomain.TypeScriptDefinition::run().