Ticket consume message. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/reclaim/reclaim.h>
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... | |
struct GNUNET_MessageHeader ConsumeTicketMessage::header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_CONSUME_TICKET.
Definition at line 511 of file reclaim.h.
Referenced by check_consume_ticket_message().
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(), handle_consume_ticket_message(), and gnunet_testing.Peer::start().
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().
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().