Information we track per connected client. More...
Data Fields | |
struct GNUNET_SERVICE_Client * | client |
The client. More... | |
struct GNUNET_MQ_Handle * | mq |
The MQ. More... | |
struct ClientLookupHandle * | clh_head |
Head of the DLL. More... | |
struct ClientLookupHandle * | clh_tail |
Tail of the DLL. More... | |
Information we track per connected client.
Definition at line 80 of file gnunet-service-gns.c.
struct GNUNET_SERVICE_Client* GnsClient::client |
The client.
Definition at line 85 of file gnunet-service-gns.c.
Referenced by client_connect_cb(), client_disconnect_cb(), handle_lookup(), and send_lookup_response().
struct GNUNET_MQ_Handle* GnsClient::mq |
struct ClientLookupHandle* GnsClient::clh_head |
Head of the DLL.
Definition at line 95 of file gnunet-service-gns.c.
Referenced by client_disconnect_cb(), handle_lookup(), and send_lookup_response().
struct ClientLookupHandle* GnsClient::clh_tail |
Tail of the DLL.
Definition at line 100 of file gnunet-service-gns.c.
Referenced by client_disconnect_cb(), handle_lookup(), and send_lookup_response().