GNUnet 0.21.1
AttributeDeleteMessage Struct Reference

Use to delete an identity attribute. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/reclaim/reclaim.h>

Collaboration diagram for AttributeDeleteMessage:
[legend]

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...
 

Detailed Description

Use to delete an identity attribute.

Definition at line 76 of file reclaim.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader AttributeDeleteMessage::header

◆ id

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().

◆ attr_len

uint16_t AttributeDeleteMessage::attr_len

◆ key_len

uint16_t AttributeDeleteMessage::key_len

The documentation for this struct was generated from the following file: