GNUnet 0.21.1
TicketIteration Struct Reference

A ticket iteration operation. More...

Collaboration diagram for TicketIteration:
[legend]

Data Fields

struct TicketIterationnext
 DLL. More...
 
struct TicketIterationprev
 DLL. More...
 
struct IdpClientclient
 Client which intiated this zone iteration. More...
 
uint32_t r_id
 The operation id for the iteration in the response for the client. More...
 
struct RECLAIM_TICKETS_Iteratoriter
 The ticket iterator. More...
 

Detailed Description

A ticket iteration operation.

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

Field Documentation

◆ next

struct TicketIteration* TicketIteration::next

DLL.

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

Referenced by handle_ticket_iteration_next(), and handle_ticket_iteration_stop().

◆ prev

struct TicketIteration* TicketIteration::prev

DLL.

Definition at line 68 of file gnunet-service-reclaim.c.

◆ client

struct IdpClient* TicketIteration::client

Client which intiated this zone iteration.

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

Referenced by handle_ticket_iteration_next(), handle_ticket_iteration_start(), handle_ticket_iteration_stop(), and ticket_iter_cb().

◆ r_id

uint32_t TicketIteration::r_id

The operation id for the iteration in the response for the client.

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

Referenced by handle_ticket_iteration_next(), handle_ticket_iteration_start(), handle_ticket_iteration_stop(), and ticket_iter_cb().

◆ iter

struct RECLAIM_TICKETS_Iterator* TicketIteration::iter

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