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_NAMESTORE_Header | gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT. More... | |
uint64_t | limit |
Number of records to return to the iterator in one shot (before GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT should be send again). More... | |
Ask for next result of zone iteration for the given operation.
Definition at line 582 of file namestore.h.
struct GNUNET_NAMESTORE_Header ZoneIterationNextMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT.
Definition at line 587 of file namestore.h.
Referenced by handle_iteration_next().
uint64_t ZoneIterationNextMessage::limit |
Number of records to return to the iterator in one shot (before GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT should be send again).
In NBO.
Definition at line 594 of file namestore.h.
Referenced by handle_iteration_next().