A peerstore client. More...
Data Fields | |
| struct GNUNET_SERVICE_Client * | client |
| The client. | |
| struct GNUNET_MQ_Handle * | mq |
| Message queue for transmission to client. | |
| struct Iteration * | op_head |
| Head of the DLL of Zone iteration operations in progress initiated by this client. | |
| struct Iteration * | op_tail |
| Tail of the DLL of Zone iteration operations in progress initiated by this client. | |
A peerstore client.
Definition at line 213 of file gnunet-service-peerstore.c.
| struct GNUNET_SERVICE_Client* PeerstoreClient::client |
The client.
Definition at line 218 of file gnunet-service-peerstore.c.
Referenced by client_connect_cb(), iteration_done_client_continue(), run_iteration_round(), and store_record_continuation().
| struct GNUNET_MQ_Handle* PeerstoreClient::mq |
Message queue for transmission to client.
Definition at line 223 of file gnunet-service-peerstore.c.
Referenced by iterate_proc(), iteration_done_client_continue(), and store_record_continuation().
| struct Iteration* PeerstoreClient::op_head |
Head of the DLL of Zone iteration operations in progress initiated by this client.
Definition at line 229 of file gnunet-service-peerstore.c.
Referenced by handle_iterate_start(), and iteration_done_client_continue().
| struct Iteration* PeerstoreClient::op_tail |
Tail of the DLL of Zone iteration operations in progress initiated by this client.
Definition at line 235 of file gnunet-service-peerstore.c.
Referenced by handle_iterate_start(), and iteration_done_client_continue().