GNUnet 0.21.1
ConsumeTicketMessage Struct Reference

Ticket consume message. More...

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

Collaboration diagram for ConsumeTicketMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_RECLAIM_CONSUME_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 consume message.

Definition at line 522 of file reclaim.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ConsumeTicketMessage::header

Type will be GNUNET_MESSAGE_TYPE_RECLAIM_CONSUME_TICKET.

Definition at line 527 of file reclaim.h.

Referenced by check_consume_ticket_message().

◆ id

uint32_t ConsumeTicketMessage::id

Unique identifier for this request (for key collisions).

Definition at line 532 of file reclaim.h.

Referenced by GNUNET_RECLAIM_ticket_consume(), and handle_consume_ticket_message().

◆ key_len

uint16_t ConsumeTicketMessage::key_len

The length of the private key.

Definition at line 537 of file reclaim.h.

Referenced by GNUNET_RECLAIM_ticket_consume(), and handle_consume_ticket_message().

◆ tkt_len

uint16_t ConsumeTicketMessage::tkt_len

The length of the ticket.

Definition at line 542 of file reclaim.h.

Referenced by GNUNET_RECLAIM_ticket_consume(), and handle_consume_ticket_message().


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