GNUnet 0.21.1
NamestoreClient Struct Reference

A namestore client. More...

Collaboration diagram for NamestoreClient:
[legend]

Data Fields

struct GNUNET_SERVICE_Clientclient
 The client. More...
 
struct GNUNET_NAMESTORE_PluginFunctionsGSN_database
 Database handle for client. More...
 
char * db_lib_name
 Name of loaded plugin (neeed for cleanup) More...
 
struct GNUNET_MQ_Handlemq
 Message queue for transmission to client. More...
 
struct ZoneIterationop_head
 Head of the DLL of Zone iteration operations in progress initiated by this client. More...
 
struct ZoneIterationop_tail
 Tail of the DLL of Zone iteration operations in progress initiated by this client. More...
 

Detailed Description

A namestore client.

Definition at line 123 of file gnunet-service-namestore.c.

Field Documentation

◆ client

struct GNUNET_SERVICE_Client* NamestoreClient::client

◆ GSN_database

struct GNUNET_NAMESTORE_PluginFunctions* NamestoreClient::GSN_database

Database handle for client.

Definition at line 133 of file gnunet-service-namestore.c.

◆ db_lib_name

char* NamestoreClient::db_lib_name

Name of loaded plugin (neeed for cleanup)

Definition at line 138 of file gnunet-service-namestore.c.

◆ mq

struct GNUNET_MQ_Handle* NamestoreClient::mq

Message queue for transmission to client.

Definition at line 143 of file gnunet-service-namestore.c.

Referenced by handle_zone_to_name_it(), and zone_iteration_done_client_continue().

◆ op_head

struct ZoneIteration* NamestoreClient::op_head

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

Definition at line 149 of file gnunet-service-namestore.c.

Referenced by zone_iteration_done_client_continue().

◆ op_tail

struct ZoneIteration* NamestoreClient::op_tail

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

Definition at line 155 of file gnunet-service-namestore.c.

Referenced by zone_iteration_done_client_continue().


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