![]() |
GNUnet
0.11.x
|
Ticket revoke message. More...
#include </home/handbook/gnunet/src/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... | |
struct GNUNET_IDENTITY_PrivateKey | identity |
Identity. More... | |
uint32_t | attrs_len |
length of serialized attribute list More... | |
struct GNUNET_RECLAIM_Ticket | ticket |
The ticket to revoke. More... | |
struct GNUNET_MessageHeader RevokeTicketMessage::header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_REVOKE_TICKET.
Definition at line 405 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 410 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_revoke(), and handle_revoke_ticket_message().
struct GNUNET_IDENTITY_PrivateKey RevokeTicketMessage::identity |
Identity.
Definition at line 415 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_revoke(), and handle_revoke_ticket_message().
uint32_t RevokeTicketMessage::attrs_len |
struct GNUNET_RECLAIM_Ticket RevokeTicketMessage::ticket |
The ticket to revoke.
Definition at line 425 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_revoke(), and handle_revoke_ticket_message().