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.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 8391d9d74..0f3ffa837 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -68,6 +68,11 @@ struct RecordStoreMessage
68 struct GNUNET_TIME_AbsoluteNBO expire; 68 struct GNUNET_TIME_AbsoluteNBO expire;
69 69
70 /** 70 /**
71 * Unock the label with this request.
72 */
73 uint32_t locking GNUNET_PACKED;
74
75 /**
71 * Name length 76 * Name length
72 */ 77 */
73 uint16_t name_len GNUNET_PACKED; 78 uint16_t name_len GNUNET_PACKED;
@@ -146,6 +151,11 @@ struct LabelLookupMessage
146 uint32_t label_len GNUNET_PACKED; 151 uint32_t label_len GNUNET_PACKED;
147 152
148 /** 153 /**
154 * Lock the label with this lookup
155 */
156 uint32_t locking GNUNET_PACKED;
157
158 /**
149 * The private key of the zone to look up in 159 * The private key of the zone to look up in
150 */ 160 */
151 struct GNUNET_IDENTITY_PrivateKey zone; 161 struct GNUNET_IDENTITY_PrivateKey zone;
@@ -185,7 +195,7 @@ struct LabelLookupResponseMessage
185 * Was the label found in the database?? 195 * Was the label found in the database??
186 * #GNUNET_YES or #GNUNET_NO 196 * #GNUNET_YES or #GNUNET_NO
187 */ 197 */
188 uint16_t found GNUNET_PACKED; 198 int16_t found GNUNET_PACKED;
189 199
190 /** 200 /**
191 * The private key of the authority. 201 * The private key of the authority.