GNUnet 0.22.2
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 initiated 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 57 of file gnunet-service-reclaim.c.

Field Documentation

◆ next

struct TicketIteration* TicketIteration::next

DLL.

Definition at line 62 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 67 of file gnunet-service-reclaim.c.

◆ client

struct IdpClient* TicketIteration::client

Client which initiated this zone iteration.

Definition at line 72 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 77 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: