Ticket consume message. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/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 | tkt_len |
The length of the ticket. More... | |
uint16_t | rp_uri_len |
RP URI length. More... | |
struct GNUNET_MessageHeader ConsumeTicketMessage::header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_CONSUME_TICKET.
Definition at line 533 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 538 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 543 of file reclaim.h.
Referenced by check_consume_ticket_message(), GNUNET_RECLAIM_ticket_consume(), and handle_consume_ticket_message().
uint16_t ConsumeTicketMessage::rp_uri_len |
RP URI length.
Definition at line 548 of file reclaim.h.
Referenced by check_consume_ticket_message(), and GNUNET_RECLAIM_ticket_consume().