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. | |
| struct ReplyCls * | prev |
| uint32_t | id |
| The identifier of the request. | |
| struct RPS_SamplerRequestHandle * | req_handle |
| The handle to the request. | |
| struct ClientContext * | cli_ctx |
| The client handle to send the reply to. | |
Closure used to pass the client and the id to the callback that replies to a client's request.
Definition at line 2065 of file gnunet-service-rps.c.
| struct ReplyCls* ReplyCls::next |
DLL.
Definition at line 2070 of file gnunet-service-rps.c.
| struct ReplyCls* ReplyCls::prev |
Definition at line 2071 of file gnunet-service-rps.c.
| uint32_t ReplyCls::id |
The identifier of the request.
Definition at line 2076 of file gnunet-service-rps.c.
| struct RPS_SamplerRequestHandle* ReplyCls::req_handle |
The handle to the request.
Definition at line 2081 of file gnunet-service-rps.c.
| struct ClientContext* ReplyCls::cli_ctx |
The client handle to send the reply to.
Definition at line 2086 of file gnunet-service-rps.c.