summaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index bf1b48679..1ef00cfc8 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1306,13 +1306,20 @@ extern "C"
1306#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_RESULT 443 1306#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_RESULT 443
1307 1307
1308/** 1308/**
1309 * Client to service: I am now ready for the next (set of) monitor
1310 * events. Monitoring equivlaent of
1311 * #GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT.
1312 */
1313#define GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_NEXT 444
1314
1315/**
1309 * Client to service: please start iteration; receives 1316 * Client to service: please start iteration; receives
1310 * "GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME_RESPONSE" messages in return. 1317 * "GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME_RESPONSE" messages in return.
1311 */ 1318 */
1312#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_START 445 1319#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_START 445
1313 1320
1314/** 1321/**
1315 * Client to service: next record in iteration please. 1322 * Client to service: next record(s) in iteration please.
1316 */ 1323 */
1317#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447 1324#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447
1318 1325