GNUnet  0.19.5
GNUNET_DHT_PutHandle Struct Reference

Handle to a PUT request. More...

Collaboration diagram for GNUNET_DHT_PutHandle:
[legend]

Data Fields

struct GNUNET_DHT_PutHandlenext
 Kept in a DLL. More...
 
struct GNUNET_DHT_PutHandleprev
 Kept in a DLL. More...
 
GNUNET_SCHEDULER_TaskCallback cont
 Continuation to call when done. More...
 
struct GNUNET_DHT_Handledht_handle
 Main handle to this DHT api. More...
 
void * cont_cls
 Closure for cont. More...
 
struct GNUNET_MQ_Envelopeenv
 Envelope from the PUT operation. More...
 

Detailed Description

Handle to a PUT request.

Definition at line 44 of file dht_api.c.

Field Documentation

◆ next

struct GNUNET_DHT_PutHandle* GNUNET_DHT_PutHandle::next

Kept in a DLL.

Definition at line 49 of file dht_api.c.

◆ prev

struct GNUNET_DHT_PutHandle* GNUNET_DHT_PutHandle::prev

Kept in a DLL.

Definition at line 54 of file dht_api.c.

◆ cont

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().

◆ dht_handle

struct GNUNET_DHT_Handle* GNUNET_DHT_PutHandle::dht_handle

Main handle to this DHT api.

Definition at line 64 of file dht_api.c.

◆ cont_cls

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().

◆ env

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().


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