Ticket revoke 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_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... | |
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().
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().
uint16_t RevokeTicketMessage::key_len |
The length of the private key.
Definition at line 452 of file reclaim.h.
Referenced by check_revoke_ticket_message(), GNUNET_RECLAIM_ticket_revoke(), and handle_revoke_ticket_message().
uint16_t RevokeTicketMessage::tkt_len |
The length of the ticket.
Definition at line 457 of file reclaim.h.
Referenced by check_revoke_ticket_message(), and GNUNET_RECLAIM_ticket_revoke().