Use to delete an identity attribute. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/reclaim/reclaim.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
uint16_t | attr_len |
The length of the attribute. More... | |
uint16_t | key_len |
The length of the private key. More... | |
struct GNUNET_MessageHeader AttributeDeleteMessage::header |
Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT.
Definition at line 81 of file reclaim.h.
Referenced by check_attribute_delete_message(), and check_credential_delete_message().
uint32_t AttributeDeleteMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 86 of file reclaim.h.
Referenced by GNUNET_RECLAIM_attribute_delete(), GNUNET_RECLAIM_credential_delete(), handle_attribute_delete_message(), and handle_credential_delete_message().
uint16_t AttributeDeleteMessage::attr_len |
The length of the attribute.
Definition at line 91 of file reclaim.h.
Referenced by GNUNET_RECLAIM_attribute_delete(), GNUNET_RECLAIM_credential_delete(), handle_attribute_delete_message(), and handle_credential_delete_message().
uint16_t AttributeDeleteMessage::key_len |
The length of the private key.
Definition at line 96 of file reclaim.h.
Referenced by GNUNET_RECLAIM_attribute_delete(), GNUNET_RECLAIM_credential_delete(), handle_attribute_delete_message(), and handle_credential_delete_message().