A peerstore client. More...
Data Fields | |
struct GNUNET_SERVICE_Client * | client |
The client. More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue for transmission to client. More... | |
struct Iteration * | op_head |
Head of the DLL of Zone iteration operations in progress initiated by this client. More... | |
struct Iteration * | op_tail |
Tail of the DLL of Zone iteration operations in progress initiated by this client. More... | |
A peerstore client.
Definition at line 205 of file gnunet-service-peerstore.c.
struct GNUNET_SERVICE_Client* PeerstoreClient::client |
The client.
Definition at line 210 of file gnunet-service-peerstore.c.
Referenced by client_connect_cb(), iteration_done_client_continue(), and store_record_continuation().
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().
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().
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().