GNUnet 0.21.2
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_LookupWithTldRequestlookup_request
 LookupRequest. 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...
 
char rp_uri [GNUNET_RECLAIM_TICKET_RP_URI_MAX_LEN]
 The ticket audience (= relying party) URI. More...
 

Detailed Description

Handle to a consume operation.

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

Field Documentation

◆ ticket

struct GNUNET_RECLAIM_Ticket RECLAIM_TICKETS_ConsumeHandle::ticket

◆ lookup_request

struct GNUNET_GNS_LookupWithTldRequest* RECLAIM_TICKETS_ConsumeHandle::lookup_request

LookupRequest.

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

Referenced by cleanup_cth(), lookup_authz_cb(), and 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 103 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 118 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

◆ rp_uri

char RECLAIM_TICKETS_ConsumeHandle::rp_uri[GNUNET_RECLAIM_TICKET_RP_URI_MAX_LEN]

The ticket audience (= relying party) URI.

0-terminated string. Example: "urn:gns:000G002B4RF1XPBXDPGZA0PT16BHQCS427YQK4NC84KZMK7TK8C2Z5GMK8"

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

Referenced by lookup_authz_cb(), and RECLAIM_TICKETS_consume().


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