Serialized claim. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/reclaim/reclaim_attribute.h>
Data Fields | |
| uint32_t | attribute_type |
| Attribute type. | |
| uint32_t | attribute_flag |
| Attribute flag. | |
| struct GNUNET_RECLAIM_Identifier | attribute_id |
| Attribute ID. | |
| struct GNUNET_RECLAIM_Identifier | credential_id |
| Credential ID. | |
| uint16_t | reserved_nl |
| Reserved (alignment) | |
| uint16_t | name_len |
| Name length. | |
| uint16_t | reserved_ds |
| Reserved (alignment) | |
| uint16_t | data_size |
| Data size. | |
Serialized claim.
Definition at line 36 of file reclaim_attribute.h.
| uint32_t Attribute::attribute_type |
Attribute type.
Definition at line 41 of file reclaim_attribute.h.
Referenced by GNUNET_RECLAIM_attribute_deserialize(), and GNUNET_RECLAIM_attribute_serialize().
| uint32_t Attribute::attribute_flag |
Attribute flag.
Definition at line 46 of file reclaim_attribute.h.
Referenced by GNUNET_RECLAIM_attribute_deserialize(), and GNUNET_RECLAIM_attribute_serialize().
| struct GNUNET_RECLAIM_Identifier Attribute::attribute_id |
Attribute ID.
Definition at line 51 of file reclaim_attribute.h.
Referenced by GNUNET_RECLAIM_attribute_deserialize(), and GNUNET_RECLAIM_attribute_serialize().
| struct GNUNET_RECLAIM_Identifier Attribute::credential_id |
Credential ID.
Definition at line 56 of file reclaim_attribute.h.
Referenced by GNUNET_RECLAIM_attribute_deserialize(), and GNUNET_RECLAIM_attribute_serialize().
| uint16_t Attribute::reserved_nl |
Reserved (alignment)
Definition at line 61 of file reclaim_attribute.h.
| 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().
| uint16_t Attribute::reserved_ds |
Reserved (alignment)
Definition at line 71 of file reclaim_attribute.h.
| 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().