Closure to _get_rand_peer_info() More...
Data Fields | |
struct RPS_SamplerRequestHandleSingleInfo * | next |
DLL. More... | |
struct RPS_SamplerRequestHandleSingleInfo * | prev |
struct GNUNET_PeerIdentity * | id |
Pointer to the id. More... | |
struct GetPeerCls * | gpc_head |
Head and tail for the DLL to store the tasks for single requests. More... | |
struct GetPeerCls * | gpc_tail |
struct RPS_Sampler * | sampler |
Sampler. More... | |
RPS_sampler_sinlge_info_ready_cb | callback |
Callback to be called when all ids are available. More... | |
void * | cls |
Closure given to the callback. More... | |
Closure to _get_rand_peer_info()
Definition at line 165 of file rps-sampler_client.c.
struct RPS_SamplerRequestHandleSingleInfo * RPS_SamplerRequestHandleSingleInfo::next |
DLL.
Definition at line 170 of file rps-sampler_client.c.
struct RPS_SamplerRequestHandleSingleInfo * RPS_SamplerRequestHandleSingleInfo::prev |
Definition at line 171 of file rps-sampler_client.c.
struct GNUNET_PeerIdentity * RPS_SamplerRequestHandleSingleInfo::id |
Pointer to the id.
Definition at line 176 of file rps-sampler_client.c.
Referenced by RPS_sampler_request_single_info_cancel().
struct GetPeerCls * RPS_SamplerRequestHandleSingleInfo::gpc_head |
Head and tail for the DLL to store the tasks for single requests.
Definition at line 181 of file rps-sampler_client.c.
Referenced by RPS_sampler_request_single_info_cancel(), and sampler_mod_get_rand_peer().
struct GetPeerCls * RPS_SamplerRequestHandleSingleInfo::gpc_tail |
Definition at line 182 of file rps-sampler_client.c.
Referenced by RPS_sampler_request_single_info_cancel(), and sampler_mod_get_rand_peer().
struct RPS_Sampler * RPS_SamplerRequestHandleSingleInfo::sampler |
Sampler.
Definition at line 187 of file rps-sampler_client.c.
Referenced by RPS_sampler_request_single_info_cancel(), and sampler_mod_get_rand_peer().
RPS_sampler_sinlge_info_ready_cb RPS_SamplerRequestHandleSingleInfo::callback |
Callback to be called when all ids are available.
Definition at line 192 of file rps-sampler_client.c.
void * RPS_SamplerRequestHandleSingleInfo::cls |
Closure given to the callback.
Definition at line 197 of file rps-sampler_client.c.
Referenced by check_peer_info_ready().