aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-19 18:41:47 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-19 18:41:47 +0000
commit313d7741e03f767652a61265d1bfc8e2186ef98a (patch)
tree8f367f94bfecae1ab670dba3426679922c2d399b /src/include/gnunet_namestore_service.h
parent7df93ad48942b6376fd64ad86958eabe9c43d341 (diff)
downloadgnunet-313d7741e03f767652a61265d1bfc8e2186ef98a.tar.gz
gnunet-313d7741e03f767652a61265d1bfc8e2186ef98a.zip
-zone revocation
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 730f95112..05e4fbf06 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -69,6 +69,11 @@ extern "C"
69#define GNUNET_NAMESTORE_TYPE_VPN 65539 69#define GNUNET_NAMESTORE_TYPE_VPN 65539
70 70
71/** 71/**
72 * Record type for zone revocation
73 */
74#define GNUNET_NAMESTORE_TYPE_REV 65540
75
76/**
72 * Entry in the queue. 77 * Entry in the queue.
73 */ 78 */
74struct GNUNET_NAMESTORE_QueueEntry; 79struct GNUNET_NAMESTORE_QueueEntry;