GNUnet 0.21.1
ClientLookupHandle Struct Reference

Handle to a lookup operation from client via API. More...

Collaboration diagram for ClientLookupHandle:
[legend]

Data Fields

struct ClientLookupHandlenext
 We keep these in a DLL. More...
 
struct ClientLookupHandleprev
 We keep these in a DLL. More...
 
struct GnsClientgc
 Client handle. More...
 
struct GNS_ResolverHandlelookup
 Active handle for the lookup. More...
 
uint32_t request_id
 request id More...
 

Detailed Description

Handle to a lookup operation from client via API.

Definition at line 48 of file gnunet-service-gns.c.

Field Documentation

◆ next

struct ClientLookupHandle* ClientLookupHandle::next

We keep these in a DLL.

Definition at line 53 of file gnunet-service-gns.c.

◆ prev

struct ClientLookupHandle* ClientLookupHandle::prev

We keep these in a DLL.

Definition at line 58 of file gnunet-service-gns.c.

◆ gc

struct GnsClient* ClientLookupHandle::gc

Client handle.

Definition at line 63 of file gnunet-service-gns.c.

Referenced by handle_lookup(), and send_lookup_response().

◆ lookup

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().

◆ request_id

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().


The documentation for this struct was generated from the following file: