Closure used to pass the client and the id to the callback that replies to a client's request. More...
Data Fields | |
struct ReplyCls * | next |
DLL. More... | |
struct ReplyCls * | prev |
uint32_t | id |
The identifier of the request. More... | |
struct RPS_SamplerRequestHandle * | req_handle |
The handle to the request. More... | |
struct ClientContext * | cli_ctx |
The client handle to send the reply to. More... | |
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.
struct ReplyCls* ReplyCls::next |
DLL.
Definition at line 2068 of file gnunet-service-rps.c.
struct ReplyCls* ReplyCls::prev |
Definition at line 2069 of file gnunet-service-rps.c.
uint32_t ReplyCls::id |
The identifier of the request.
Definition at line 2074 of file gnunet-service-rps.c.
struct RPS_SamplerRequestHandle* ReplyCls::req_handle |
The handle to the request.
Definition at line 2079 of file gnunet-service-rps.c.
struct ClientContext* ReplyCls::cli_ctx |
The client handle to send the reply to.
Definition at line 2084 of file gnunet-service-rps.c.