GNUnet 0.21.1
RPS_SamplerRequestHandleSingleInfo Struct Reference

Closure to _get_rand_peer_info() More...

Collaboration diagram for RPS_SamplerRequestHandleSingleInfo:
[legend]

Data Fields

struct RPS_SamplerRequestHandleSingleInfonext
 DLL. More...
 
struct RPS_SamplerRequestHandleSingleInfoprev
 
struct GNUNET_PeerIdentityid
 Pointer to the id. More...
 
struct GetPeerClsgpc_head
 Head and tail for the DLL to store the tasks for single requests. More...
 
struct GetPeerClsgpc_tail
 
struct RPS_Samplersampler
 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...
 

Detailed Description

Closure to _get_rand_peer_info()

Definition at line 165 of file rps-sampler_client.c.

Field Documentation

◆ next

struct RPS_SamplerRequestHandleSingleInfo * RPS_SamplerRequestHandleSingleInfo::next

DLL.

Definition at line 170 of file rps-sampler_client.c.

◆ prev

struct RPS_SamplerRequestHandleSingleInfo * RPS_SamplerRequestHandleSingleInfo::prev

Definition at line 171 of file rps-sampler_client.c.

◆ id

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

◆ gpc_head

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

◆ gpc_tail

struct GetPeerCls * RPS_SamplerRequestHandleSingleInfo::gpc_tail

◆ sampler

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

◆ callback

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.

◆ cls

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


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