GNUnet 0.21.1
Attribute Struct Reference

Serialized claim. More...

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

Collaboration diagram for Attribute:
[legend]

Data Fields

uint32_t attribute_type
 Attribute type. More...
 
uint32_t attribute_flag
 Attribute flag. More...
 
struct GNUNET_RECLAIM_Identifier attribute_id
 Attribute ID. More...
 
struct GNUNET_RECLAIM_Identifier credential_id
 Credential ID. More...
 
uint16_t reserved_nl
 Reserved (alignment) More...
 
uint16_t name_len
 Name length. More...
 
uint16_t reserved_ds
 Reserved (alignment) More...
 
uint16_t data_size
 Data size. More...
 

Detailed Description

Serialized claim.

Definition at line 36 of file reclaim_attribute.h.

Field Documentation

◆ attribute_type

uint32_t Attribute::attribute_type

◆ attribute_flag

uint32_t Attribute::attribute_flag

◆ attribute_id

struct GNUNET_RECLAIM_Identifier Attribute::attribute_id

◆ credential_id

struct GNUNET_RECLAIM_Identifier Attribute::credential_id

◆ reserved_nl

uint16_t Attribute::reserved_nl

Reserved (alignment)

Definition at line 61 of file reclaim_attribute.h.

◆ name_len

uint16_t Attribute::name_len

Name length.

Definition at line 66 of file reclaim_attribute.h.

Referenced by GNUNET_RECLAIM_attribute_deserialize(), and GNUNET_RECLAIM_attribute_serialize().

◆ reserved_ds

uint16_t Attribute::reserved_ds

Reserved (alignment)

Definition at line 71 of file reclaim_attribute.h.

◆ data_size

uint16_t Attribute::data_size

Data size.

Definition at line 76 of file reclaim_attribute.h.

Referenced by GNUNET_RECLAIM_attribute_deserialize(), and GNUNET_RECLAIM_attribute_serialize().


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