aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-26 11:05:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-26 11:05:29 +0000
commit5b1d9bab0e4f4ea3b578f1a237d6e842f2dd250e (patch)
treed151daaa489fe3fb62f508c6b15263361db0b0dc /src/include/gnunet_namestore_service.h
parent3c76adf721df7077c18ab80cbcb1772c8a642e2f (diff)
downloadgnunet-5b1d9bab0e4f4ea3b578f1a237d6e842f2dd250e.tar.gz
gnunet-5b1d9bab0e4f4ea3b578f1a237d6e842f2dd250e.zip
- LEHO record type
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 4fe809a80..e66062772 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -43,6 +43,7 @@ extern "C"
43#endif 43#endif
44#endif 44#endif
45 45
46
46/** 47/**
47 * Record type for GNS zone transfer ("PKEY"). 48 * Record type for GNS zone transfer ("PKEY").
48 */ 49 */
@@ -54,6 +55,11 @@ extern "C"
54#define GNUNET_NAMESTORE_TYPE_PSEU 65537 55#define GNUNET_NAMESTORE_TYPE_PSEU 65537
55 56
56/** 57/**
58 * Record type for GNS legacy hostnames ("LEHO").
59 */
60#define GNUNET_NAMESTORE_TYPE_LEHO 65538
61
62/**
57 * Entry in the queue. 63 * Entry in the queue.
58 */ 64 */
59struct GNUNET_NAMESTORE_QueueEntry; 65struct GNUNET_NAMESTORE_QueueEntry;