aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 06feee13a..8aaba180f 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -146,6 +146,11 @@ struct LabelLookupMessage
146 uint32_t label_len GNUNET_PACKED; 146 uint32_t label_len GNUNET_PACKED;
147 147
148 /** 148 /**
149 * GNUNET_YES if this lookup corresponds to an edit request
150 */
151 uint32_t is_edit_request GNUNET_PACKED;
152
153 /**
149 * The private key of the zone to look up in 154 * The private key of the zone to look up in
150 */ 155 */
151 struct GNUNET_IDENTITY_PrivateKey zone; 156 struct GNUNET_IDENTITY_PrivateKey zone;