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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index a4b01a960..a8851e104 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -171,7 +171,7 @@ struct RecordStoreMessage
171 uint16_t rd_len GNUNET_PACKED; 171 uint16_t rd_len GNUNET_PACKED;
172 172
173 /** 173 /**
174 * Number of records contained 174 * Number of records contained
175 */ 175 */
176 uint16_t rd_count GNUNET_PACKED; 176 uint16_t rd_count GNUNET_PACKED;
177 177
@@ -221,12 +221,12 @@ struct ZoneToNameMessage
221 struct GNUNET_NAMESTORE_Header gns_header; 221 struct GNUNET_NAMESTORE_Header gns_header;
222 222
223 /** 223 /**
224 * The private key of the zone to look up in 224 * The private key of the zone to look up in
225 */ 225 */
226 struct GNUNET_CRYPTO_EccPrivateKey zone; 226 struct GNUNET_CRYPTO_EccPrivateKey zone;
227 227
228 /** 228 /**
229 * The public key of the target zone 229 * The public key of the target zone
230 */ 230 */
231 struct GNUNET_CRYPTO_EccPublicSignKey value_zone; 231 struct GNUNET_CRYPTO_EccPublicSignKey value_zone;
232}; 232};
@@ -259,7 +259,7 @@ struct ZoneToNameResponseMessage
259 259
260 /** 260 /**
261 * result in NBO: #GNUNET_OK on success, #GNUNET_NO if there were no 261 * result in NBO: #GNUNET_OK on success, #GNUNET_NO if there were no
262 * results, #GNUNET_SYSERR on error 262 * results, #GNUNET_SYSERR on error
263 */ 263 */
264 int16_t res GNUNET_PACKED; 264 int16_t res GNUNET_PACKED;
265 265
@@ -297,7 +297,7 @@ struct RecordResultMessage
297 uint16_t rd_len GNUNET_PACKED; 297 uint16_t rd_len GNUNET_PACKED;
298 298
299 /** 299 /**
300 * Number of records contained 300 * Number of records contained
301 */ 301 */
302 uint16_t rd_count GNUNET_PACKED; 302 uint16_t rd_count GNUNET_PACKED;
303 303