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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index b95358fa4..bd0cf82cc 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -353,7 +353,13 @@ struct ZoneMonitorStartMessage
353 /** 353 /**
354 * Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_START 354 * Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_START
355 */ 355 */
356 struct GNUNET_NAMESTORE_Header gns_header; 356 struct GNUNET_MessageHeader header;
357
358 /**
359 * #GNUNET_YES to first iterate over all records,
360 * #GNUNET_NO to only monitor changes.o
361 */
362 uint32_t iterate_first GNUNET_PACKED;
357 363
358 /** 364 /**
359 * Zone key. 365 * Zone key.