A namestore client. More...
Data Fields | |
struct GNUNET_SERVICE_Client * | client |
The client. More... | |
struct GNUNET_NAMESTORE_PluginFunctions * | GSN_database |
Database handle for client. More... | |
char * | db_lib_name |
Name of loaded plugin (needed for cleanup) More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue for transmission to client. More... | |
struct ZoneIteration * | op_head |
Head of the DLL of Zone iteration operations in progress initiated by this client. More... | |
struct ZoneIteration * | op_tail |
Tail of the DLL of Zone iteration operations in progress initiated by this client. More... | |
A namestore client.
Definition at line 123 of file gnunet-service-namestore.c.
struct GNUNET_SERVICE_Client* NamestoreClient::client |
The client.
Definition at line 128 of file gnunet-service-namestore.c.
Referenced by client_connect_cb(), continue_store_activity(), and zone_iteration_done_client_continue().
struct GNUNET_NAMESTORE_PluginFunctions* NamestoreClient::GSN_database |
Database handle for client.
Definition at line 133 of file gnunet-service-namestore.c.
char* NamestoreClient::db_lib_name |
Name of loaded plugin (needed for cleanup)
Definition at line 138 of file gnunet-service-namestore.c.
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().
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().
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().