GNUnet 0.21.1
RevokeTicketMessage Struct Reference

Ticket revoke message. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/reclaim/reclaim.h>

Collaboration diagram for RevokeTicketMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_RECLAIM_REVOKE_TICKET. More...
 
uint32_t id
 Unique identifier for this request (for key collisions). More...
 
uint16_t key_len
 The length of the private key. More...
 
uint16_t tkt_len
 The length of the ticket. More...
 

Detailed Description

Ticket revoke message.

Definition at line 437 of file reclaim.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader RevokeTicketMessage::header

Type will be GNUNET_MESSAGE_TYPE_RECLAIM_REVOKE_TICKET.

Definition at line 442 of file reclaim.h.

Referenced by check_revoke_ticket_message().

◆ id

uint32_t RevokeTicketMessage::id

Unique identifier for this request (for key collisions).

Definition at line 447 of file reclaim.h.

Referenced by handle_revoke_ticket_message().

◆ key_len

uint16_t RevokeTicketMessage::key_len

The length of the private key.

Definition at line 452 of file reclaim.h.

Referenced by GNUNET_RECLAIM_ticket_revoke(), and handle_revoke_ticket_message().

◆ tkt_len

uint16_t RevokeTicketMessage::tkt_len

The length of the ticket.

Definition at line 457 of file reclaim.h.

Referenced by GNUNET_RECLAIM_ticket_revoke(), and handle_revoke_ticket_message().


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