projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c76adf
)
- LEHO record type
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 26 Mar 2012 11:05:29 +0000
(11:05 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 26 Mar 2012 11:05:29 +0000
(11:05 +0000)
src/include/gnunet_namestore_service.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_namestore_service.h
b/src/include/gnunet_namestore_service.h
index 4fe809a806634a1b47e0f201f848a09d59aa294e..e66062772ef1b45c8a55ce3c2f14d20055099954 100644
(file)
--- a/
src/include/gnunet_namestore_service.h
+++ b/
src/include/gnunet_namestore_service.h
@@
-43,6
+43,7
@@
extern "C"
#endif
#endif
+
/**
* Record type for GNS zone transfer ("PKEY").
*/
@@
-53,6
+54,11
@@
extern "C"
*/
#define GNUNET_NAMESTORE_TYPE_PSEU 65537
+/**
+ * Record type for GNS legacy hostnames ("LEHO").
+ */
+#define GNUNET_NAMESTORE_TYPE_LEHO 65538
+
/**
* Entry in the queue.
*/