![]() |
GNUnet
0.11.x
|
Ticket issue message. More...
#include </home/handbook/gnunet/src/reclaim/reclaim.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_ISSUE_TICKET. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
struct GNUNET_IDENTITY_PrivateKey | identity |
Identity. More... | |
struct GNUNET_IDENTITY_PublicKey | rp |
Requesting party. More... | |
uint32_t | attr_len |
length of serialized attribute list More... | |
struct GNUNET_MessageHeader IssueTicketMessage::header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_ISSUE_TICKET.
Definition at line 372 of file reclaim.h.
Referenced by check_issue_ticket_message().
uint32_t IssueTicketMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 377 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_issue().
struct GNUNET_IDENTITY_PrivateKey IssueTicketMessage::identity |
struct GNUNET_IDENTITY_PublicKey IssueTicketMessage::rp |
Requesting party.
Definition at line 387 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_issue().
uint32_t IssueTicketMessage::attr_len |
length of serialized attribute list
Definition at line 392 of file reclaim.h.
Referenced by GNUNET_RECLAIM_ticket_issue(), and handle_issue_ticket_message().