GNUnet 0.21.1
RECLAIM_TICKETS_RevokeHandle Struct Reference

Ticket revocation request handle. More...

Collaboration diagram for RECLAIM_TICKETS_RevokeHandle:
[legend]

Data Fields

struct GNUNET_CRYPTO_PrivateKey identity
 Issuer Key. More...
 
RECLAIM_TICKETS_RevokeCallback cb
 Callback. More...
 
void * cb_cls
 Callback cls. More...
 
struct GNUNET_RECLAIM_Ticket ticket
 Ticket to issue. More...
 
struct GNUNET_NAMESTORE_QueueEntryns_qe
 QueueEntry. More...
 
struct GNUNET_NAMESTORE_ZoneIteratorns_it
 Namestore iterator. More...
 
struct RevokedAttributeEntryattrs_head
 Revoked attributes. More...
 
struct RevokedAttributeEntryattrs_tail
 Revoked attributes. More...
 
struct RevokedAttributeEntrymove_attr
 Current attribute to move. More...
 
unsigned int ticket_attrs
 Number of attributes in ticket. More...
 
struct TicketRecordsEntrytickets_to_update_head
 Tickets to update. More...
 
struct TicketRecordsEntrytickets_to_update_tail
 Tickets to update. More...
 

Detailed Description

Ticket revocation request handle.

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

Field Documentation

◆ identity

struct GNUNET_CRYPTO_PrivateKey RECLAIM_TICKETS_RevokeHandle::identity

◆ cb

◆ cb_cls

void* RECLAIM_TICKETS_RevokeHandle::cb_cls

◆ ticket

struct GNUNET_RECLAIM_Ticket RECLAIM_TICKETS_RevokeHandle::ticket

Ticket to issue.

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

Referenced by RECLAIM_TICKETS_revoke().

◆ ns_qe

◆ ns_it

struct GNUNET_NAMESTORE_ZoneIterator* RECLAIM_TICKETS_RevokeHandle::ns_it

◆ attrs_head

struct RevokedAttributeEntry* RECLAIM_TICKETS_RevokeHandle::attrs_head

◆ attrs_tail

struct RevokedAttributeEntry* RECLAIM_TICKETS_RevokeHandle::attrs_tail

Revoked attributes.

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

Referenced by cleanup_rvk(), revoke_attrs_cb(), and rvk_move_attr_cb().

◆ move_attr

struct RevokedAttributeEntry* RECLAIM_TICKETS_RevokeHandle::move_attr

Current attribute to move.

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

Referenced by del_attr_finished(), move_attr_finished(), move_attrs(), remove_ticket_cont(), and rvk_move_attr_cb().

◆ ticket_attrs

unsigned int RECLAIM_TICKETS_RevokeHandle::ticket_attrs

Number of attributes in ticket.

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

Referenced by remove_ticket_cont(), and revoke_attrs_cb().

◆ tickets_to_update_head

struct TicketRecordsEntry* RECLAIM_TICKETS_RevokeHandle::tickets_to_update_head

Tickets to update.

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

Referenced by cleanup_rvk(), process_tickets(), and rvk_ticket_update().

◆ tickets_to_update_tail

struct TicketRecordsEntry* RECLAIM_TICKETS_RevokeHandle::tickets_to_update_tail

Tickets to update.

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

Referenced by process_tickets(), and rvk_ticket_update().


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