GNUnet 0.21.1
ParallelLookup Struct Reference

Handle for a parallel GNS lookup job. More...

Collaboration diagram for ParallelLookup:
[legend]

Data Fields

struct ParallelLookupnext
 
struct ParallelLookupprev
 
struct GNUNET_GNS_LookupRequestlookup_request
 
struct RECLAIM_TICKETS_ConsumeHandlehandle
 
struct GNUNET_TIME_Absolute lookup_start_time
 Lookup time. More...
 
char * label
 

Detailed Description

Handle for a parallel GNS lookup job.

Definition at line 140 of file gnunet-service-reclaim_tickets.c.

Field Documentation

◆ next

struct ParallelLookup* ParallelLookup::next

Definition at line 143 of file gnunet-service-reclaim_tickets.c.

Referenced by abort_parallel_lookups().

◆ prev

struct ParallelLookup* ParallelLookup::prev

Definition at line 146 of file gnunet-service-reclaim_tickets.c.

◆ lookup_request

struct GNUNET_GNS_LookupRequest* ParallelLookup::lookup_request

◆ handle

struct RECLAIM_TICKETS_ConsumeHandle* ParallelLookup::handle

◆ lookup_start_time

struct GNUNET_TIME_Absolute ParallelLookup::lookup_start_time

Lookup time.

Definition at line 157 of file gnunet-service-reclaim_tickets.c.

Referenced by lookup_authz_cb(), and process_parallel_lookup_result().

◆ label

char* ParallelLookup::label

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