![]() |
GNUnet
0.11.x
|
Ticket result message. More...
#include </home/handbook/gnunet/src/reclaim/reclaim.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_TICKET_RESULT. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
uint32_t | presentations_len |
Length of new presentations created. More... | |
struct GNUNET_RECLAIM_Ticket | ticket |
The new ticket. More... | |
struct GNUNET_MessageHeader TicketResultMessage::header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_TICKET_RESULT.
Definition at line 458 of file reclaim.h.
Referenced by check_ticket_result().
uint32_t TicketResultMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 463 of file reclaim.h.
Referenced by handle_ticket_result(), send_ticket_result(), and ticket_iter_cb().
uint32_t TicketResultMessage::presentations_len |
Length of new presentations created.
Definition at line 468 of file reclaim.h.
Referenced by check_ticket_result(), handle_ticket_result(), and send_ticket_result().
struct GNUNET_RECLAIM_Ticket TicketResultMessage::ticket |
The new ticket.
Definition at line 473 of file reclaim.h.
Referenced by handle_ticket_result(), send_ticket_result(), and ticket_iter_cb().