aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-27 16:37:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-27 16:37:56 +0000
commit1f5714ff6c83585cb7cd701ca3b7176ef42d3e60 (patch)
treed68317d8b4e6aafe83c4f3448fdfe1d125777599 /src/include/gnunet_namestore_service.h
parent0773a954d6ed9a5c155b9cbceca7a6a316400ba6 (diff)
downloadgnunet-1f5714ff6c83585cb7cd701ca3b7176ef42d3e60.tar.gz
gnunet-1f5714ff6c83585cb7cd701ca3b7176ef42d3e60.zip
using DNS2GNS record type instead of recycling NS record type in GNS; fixing testcase by properly converting DNS records back to GNS blocks
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 1f78b40f6..fbb3a285c 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -67,6 +67,11 @@ extern "C"
67#define GNUNET_NAMESTORE_TYPE_VPN 65539 67#define GNUNET_NAMESTORE_TYPE_VPN 65539
68 68
69/** 69/**
70 * Record type for delegation to DNS.
71 */
72#define GNUNET_NAMESTORE_TYPE_GNS2DNS 65540
73
74/**
70 * Record type for a social place. 75 * Record type for a social place.
71 */ 76 */
72#define GNUNET_NAMESTORE_TYPE_PLACE 65541 77#define GNUNET_NAMESTORE_TYPE_PLACE 65541