GNUnet 0.21.1
ReplyCls Struct Reference

Closure used to pass the client and the id to the callback that replies to a client's request. More...

Collaboration diagram for ReplyCls:
[legend]

Data Fields

struct ReplyClsnext
 DLL. More...
 
struct ReplyClsprev
 
uint32_t id
 The identifier of the request. More...
 
struct RPS_SamplerRequestHandlereq_handle
 The handle to the request. More...
 
struct ClientContextcli_ctx
 The client handle to send the reply to. More...
 

Detailed Description

Closure used to pass the client and the id to the callback that replies to a client's request.

Definition at line 2063 of file gnunet-service-rps.c.

Field Documentation

◆ next

struct ReplyCls* ReplyCls::next

DLL.

Definition at line 2068 of file gnunet-service-rps.c.

◆ prev

struct ReplyCls* ReplyCls::prev

Definition at line 2069 of file gnunet-service-rps.c.

◆ id

uint32_t ReplyCls::id

The identifier of the request.

Definition at line 2074 of file gnunet-service-rps.c.

◆ req_handle

struct RPS_SamplerRequestHandle* ReplyCls::req_handle

The handle to the request.

Definition at line 2079 of file gnunet-service-rps.c.

◆ cli_ctx

struct ClientContext* ReplyCls::cli_ctx

The client handle to send the reply to.

Definition at line 2084 of file gnunet-service-rps.c.


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