Handle to a lookup operation from client via API. More...
Data Fields | |
struct ClientLookupHandle * | next |
We keep these in a DLL. More... | |
struct ClientLookupHandle * | prev |
We keep these in a DLL. More... | |
struct GnsClient * | gc |
Client handle. More... | |
struct GNS_ResolverHandle * | lookup |
Active handle for the lookup. More... | |
uint32_t | request_id |
request id More... | |
Handle to a lookup operation from client via API.
Definition at line 48 of file gnunet-service-gns.c.
struct ClientLookupHandle* ClientLookupHandle::next |
We keep these in a DLL.
Definition at line 53 of file gnunet-service-gns.c.
struct ClientLookupHandle* ClientLookupHandle::prev |
We keep these in a DLL.
Definition at line 58 of file gnunet-service-gns.c.
struct GnsClient* ClientLookupHandle::gc |
Client handle.
Definition at line 63 of file gnunet-service-gns.c.
Referenced by handle_lookup(), and send_lookup_response().
struct GNS_ResolverHandle* ClientLookupHandle::lookup |
Active handle for the lookup.
Definition at line 68 of file gnunet-service-gns.c.
Referenced by client_disconnect_cb(), and handle_lookup().
uint32_t ClientLookupHandle::request_id |
request id
Definition at line 73 of file gnunet-service-gns.c.
Referenced by handle_lookup(), and send_lookup_response().