Ask for next result of zone iteration for the given operation. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_NEXT. More... | |
uint32_t | reserved |
Always zero. More... | |
uint64_t | limit |
Number of records to return to the iterator in one shot (before #GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_MONITOR_NEXT should be send again). More... | |
Ask for next result of zone iteration for the given operation.
Definition at line 531 of file namestore.h.
struct GNUNET_MessageHeader ZoneMonitorNextMessage::header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_NEXT.
Definition at line 536 of file namestore.h.
uint32_t ZoneMonitorNextMessage::reserved |
Always zero.
Definition at line 541 of file namestore.h.
uint64_t ZoneMonitorNextMessage::limit |
Number of records to return to the iterator in one shot (before #GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_MONITOR_NEXT should be send again).
In NBO.
Definition at line 548 of file namestore.h.
Referenced by GNUNET_NAMESTORE_zone_monitor_next(), and handle_monitor_next().