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