aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-01-07 17:07:20 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-01-07 17:07:20 +0000
commitf278bb4ea15e3fec5fd426d40a460ddaf1e68f8c (patch)
treec10b2f4ddf2707e627983584bee77f28ac391b94 /src/include/gnunet_gnsrecord_lib.h
parent80d2de6cdc4d253c7fbc6a4bc067d856aab9cca9 (diff)
downloadgnunet-f278bb4ea15e3fec5fd426d40a460ddaf1e68f8c.tar.gz
gnunet-f278bb4ea15e3fec5fd426d40a460ddaf1e68f8c.zip
- update token handling
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 76eb69a8a..718365f95 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -91,11 +91,14 @@ extern "C"
91#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544 91#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544
92 92
93/** 93/**
94 * Record type for an identity token (of IDENTITY). 94 * Record type for an identity token (of IDENTITY-TOKEN).
95 */ 95 */
96#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545 96#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545
97 97
98 98/**
99 * Record type for the private metadata of an identity token (of IDENTITY-TOKEN).
100 */
101#define GNUNET_GNSRECORD_TYPE_ID_TOKEN_METADATA 65546
99 102
100 103
101/** 104/**