GNUnet 0.21.1
PeerstoreClient Struct Reference

A peerstore client. More...

Collaboration diagram for PeerstoreClient:
[legend]

Data Fields

struct GNUNET_SERVICE_Clientclient
 The client. More...
 
struct GNUNET_MQ_Handlemq
 Message queue for transmission to client. More...
 
struct Iterationop_head
 Head of the DLL of Zone iteration operations in progress initiated by this client. More...
 
struct Iterationop_tail
 Tail of the DLL of Zone iteration operations in progress initiated by this client. More...
 

Detailed Description

A peerstore client.

Definition at line 205 of file gnunet-service-peerstore.c.

Field Documentation

◆ client

struct GNUNET_SERVICE_Client* PeerstoreClient::client

◆ mq

struct GNUNET_MQ_Handle* PeerstoreClient::mq

Message queue for transmission to client.

Definition at line 215 of file gnunet-service-peerstore.c.

Referenced by iterate_proc(), iteration_done_client_continue(), and store_record_continuation().

◆ op_head

struct Iteration* PeerstoreClient::op_head

Head of the DLL of Zone iteration operations in progress initiated by this client.

Definition at line 221 of file gnunet-service-peerstore.c.

Referenced by handle_iterate_start(), and iteration_done_client_continue().

◆ op_tail

struct Iteration* PeerstoreClient::op_tail

Tail of the DLL of Zone iteration operations in progress initiated by this client.

Definition at line 227 of file gnunet-service-peerstore.c.

Referenced by handle_iterate_start(), and iteration_done_client_continue().


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