GNUnet 0.21.1
RECLAIM_TICKETS_ConsumeHandle Struct Reference

Handle to a consume operation. More...

Collaboration diagram for RECLAIM_TICKETS_ConsumeHandle:
[legend]

Data Fields

struct GNUNET_RECLAIM_Ticket ticket
 Ticket. More...
 
struct GNUNET_GNS_LookupRequestlookup_request
 LookupRequest. More...
 
struct GNUNET_CRYPTO_PrivateKey identity
 Audience Key. More...
 
struct GNUNET_CRYPTO_PublicKey identity_pub
 Audience Key. More...
 
struct ParallelLookupparallel_lookups_head
 Lookup DLL. More...
 
struct ParallelLookupparallel_lookups_tail
 Lookup DLL. More...
 
struct GNUNET_SCHEDULER_Taskkill_task
 Kill task. More...
 
struct GNUNET_RECLAIM_AttributeListattrs
 Attributes. More...
 
struct GNUNET_RECLAIM_PresentationListpresentations
 Presentations. More...
 
struct GNUNET_TIME_Absolute lookup_start_time
 Lookup time. More...
 
RECLAIM_TICKETS_ConsumeCallback cb
 Callback. More...
 
void * cb_cls
 Callback closure. More...
 

Detailed Description

Handle to a consume operation.

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

Field Documentation

◆ ticket

struct GNUNET_RECLAIM_Ticket RECLAIM_TICKETS_ConsumeHandle::ticket

◆ lookup_request

struct GNUNET_GNS_LookupRequest* RECLAIM_TICKETS_ConsumeHandle::lookup_request

LookupRequest.

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

Referenced by cleanup_cth(), lookup_authz_cb(), and RECLAIM_TICKETS_consume().

◆ identity

struct GNUNET_CRYPTO_PrivateKey RECLAIM_TICKETS_ConsumeHandle::identity

Audience Key.

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

Referenced by RECLAIM_TICKETS_consume().

◆ identity_pub

struct GNUNET_CRYPTO_PublicKey RECLAIM_TICKETS_ConsumeHandle::identity_pub

Audience Key.

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

Referenced by RECLAIM_TICKETS_consume().

◆ parallel_lookups_head

struct ParallelLookup* RECLAIM_TICKETS_ConsumeHandle::parallel_lookups_head

◆ parallel_lookups_tail

struct ParallelLookup* RECLAIM_TICKETS_ConsumeHandle::parallel_lookups_tail

◆ kill_task

struct GNUNET_SCHEDULER_Task* RECLAIM_TICKETS_ConsumeHandle::kill_task

Kill task.

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

Referenced by abort_parallel_lookups(), cleanup_cth(), and lookup_authz_cb().

◆ attrs

struct GNUNET_RECLAIM_AttributeList* RECLAIM_TICKETS_ConsumeHandle::attrs

◆ presentations

struct GNUNET_RECLAIM_PresentationList* RECLAIM_TICKETS_ConsumeHandle::presentations

◆ lookup_start_time

struct GNUNET_TIME_Absolute RECLAIM_TICKETS_ConsumeHandle::lookup_start_time

Lookup time.

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

Referenced by lookup_authz_cb(), and RECLAIM_TICKETS_consume().

◆ cb

◆ cb_cls

void* RECLAIM_TICKETS_ConsumeHandle::cb_cls

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