GNUnet 0.21.1
AttributeStoreMessage Struct Reference

Use to store an identity attribute. More...

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

Collaboration diagram for AttributeStoreMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT. More...
 
uint64_t exp
 The expiration interval of the attribute. 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 store an identity attribute.

Definition at line 40 of file reclaim.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader AttributeStoreMessage::header

◆ exp

uint64_t AttributeStoreMessage::exp

The expiration interval of the attribute.

Definition at line 50 of file reclaim.h.

Referenced by GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_credential_store(), handle_attribute_store_message(), and handle_credential_store_message().

◆ id

uint32_t AttributeStoreMessage::id

Unique identifier for this request (for key collisions).

Definition at line 55 of file reclaim.h.

Referenced by GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_credential_store(), handle_attribute_store_message(), and handle_credential_store_message().

◆ attr_len

uint16_t AttributeStoreMessage::attr_len

◆ key_len

uint16_t AttributeStoreMessage::key_len

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