aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim-attribute/reclaim_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim-attribute/reclaim_attribute.h')
-rw-r--r--src/reclaim-attribute/reclaim_attribute.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/reclaim-attribute/reclaim_attribute.h b/src/reclaim-attribute/reclaim_attribute.h
index 80f1e5aac..0746df48e 100644
--- a/src/reclaim-attribute/reclaim_attribute.h
+++ b/src/reclaim-attribute/reclaim_attribute.h
@@ -39,14 +39,14 @@ struct Attribute
39 uint32_t attribute_type; 39 uint32_t attribute_type;
40 40
41 /** 41 /**
42 * Attribute version 42 * Attribute flag
43 */ 43 */
44 uint32_t attribute_version; 44 uint32_t attribute_flag;
45 45
46 /** 46 /**
47 * Attribute ID 47 * Attribute ID
48 */ 48 */
49 uint64_t attribute_id; 49 struct GNUNET_RECLAIM_Identifier attribute_id;
50 50
51 /** 51 /**
52 * Name length 52 * Name length
@@ -72,14 +72,14 @@ struct Attestation
72 uint32_t attestation_type; 72 uint32_t attestation_type;
73 73
74 /** 74 /**
75 * Attestation version 75 * Attestation flag
76 */ 76 */
77 uint32_t attestation_version; 77 uint32_t attestation_flag;
78 78
79 /** 79 /**
80 * Attestation ID 80 * Attestation ID
81 */ 81 */
82 uint64_t attestation_id; 82 struct GNUNET_RECLAIM_Identifier attestation_id;
83 83
84 /** 84 /**
85 * Name length 85 * Name length
@@ -102,12 +102,12 @@ struct Attestation_Reference
102 /** 102 /**
103 * Reference ID 103 * Reference ID
104 */ 104 */
105 uint64_t reference_id; 105 struct GNUNET_RECLAIM_Identifier reference_id;
106 106
107 /** 107 /**
108 * The ID of the referenced attestation 108 * The ID of the referenced attestation
109 */ 109 */
110 uint64_t attestation_id; 110 struct GNUNET_RECLAIM_Identifier attestation_id;
111 111
112 /** 112 /**
113 * Claim Name length 113 * Claim Name length