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)
- 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 76eb69a8a4..718365f95c 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -91,11 +91,14 @@ extern "C"
#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544
/**
- * Record type for an identity token (of IDENTITY).
+ * Record type for an identity token (of IDENTITY-TOKEN).
*/
#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545
-
+/**
+ * Record type for the private metadata of an identity token (of IDENTITY-TOKEN).
+ */
+#define GNUNET_GNSRECORD_TYPE_ID_TOKEN_METADATA 65546
/**