aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-02-04 18:42:04 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-02-09 20:38:10 +0100
commit55f6d26b7424d660c99bc89f3677b20294e87a27 (patch)
treea8080fdcf0d9688c154417e50c58055e364f8b6b /src/include/gnunet_gnsrecord_lib.h
parent5b6bb2ce4d60635b2af950d72b45f12686fd5218 (diff)
downloadgnunet-55f6d26b7424d660c99bc89f3677b20294e87a27.tar.gz
gnunet-55f6d26b7424d660c99bc89f3677b20294e87a27.zip
Refactoring reclaim attestations
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 797c71380..e06dcebc7 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -95,7 +95,7 @@ extern "C" {
95/** 95/**
96 * Record type for identity attributes (of RECLAIM). 96 * Record type for identity attributes (of RECLAIM).
97 */ 97 */
98#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTR 65544 98#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTRIBUTE 65544
99 99
100/** 100/**
101 * Record type for local ticket references 101 * Record type for local ticket references
@@ -123,7 +123,7 @@ extern "C" {
123/** 123/**
124 * Record type for reclaim records 124 * Record type for reclaim records
125 */ 125 */
126#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTR_REF 65550 126#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTRIBUTE_REF 65550
127 127
128/** 128/**
129 * Record type for RECLAIM master 129 * Record type for RECLAIM master
@@ -141,14 +141,14 @@ extern "C" {
141#define GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_REDIRECT 65553 141#define GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_REDIRECT 65553
142 142
143/** 143/**
144 * Record type for reclaim identity attestation 144 * Record type for an attribute attestation
145 */ 145 */
146#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTEST_ATTR 65554 146#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTESTATION 65554
147 147
148/** 148/**
149 * Record type for reclaim identity references 149 * Record type for an attestation reference in a ticket
150 */ 150 */
151#define GNUNET_GNSRECORD_TYPE_RECLAIM_REFERENCE 65555 151#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTESTATION_REF 65555
152 152
153 153
154/** 154/**