![]() |
GNUnet
0.11.x
|
Ticket consume message. More...
#include </home/handbook/gnunet/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... | |
struct GNUNET_IDENTITY_PrivateKey | identity |
Identity. More... | |
struct GNUNET_RECLAIM_Ticket | ticket |
The ticket to consume. More... | |
struct GNUNET_MessageHeader ConsumeTicketMessage::header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_CONSUME_TICKET.
Definition at line 486 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 491 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_consume(), and handle_consume_ticket_message().
struct GNUNET_IDENTITY_PrivateKey ConsumeTicketMessage::identity |
Identity.
Definition at line 496 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_consume(), and handle_consume_ticket_message().
struct GNUNET_RECLAIM_Ticket ConsumeTicketMessage::ticket |
The ticket to consume.
Definition at line 501 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_consume(), and handle_consume_ticket_message().