Start a zone iteration for the given zone. 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_START. More... | |
uint16_t | filter |
Record set filter control flags. More... | |
uint16_t | key_len |
Length of the zone key. More... | |
Start a zone iteration for the given zone.
Definition at line 555 of file namestore.h.
struct GNUNET_NAMESTORE_Header ZoneIterationStartMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_START.
Definition at line 560 of file namestore.h.
Referenced by check_iteration_start(), and handle_iteration_start().
uint16_t ZoneIterationStartMessage::filter |
Record set filter control flags.
See GNUNET_NAMESTORE_Filter enum.
Definition at line 566 of file namestore.h.
Referenced by handle_iteration_start().
uint16_t ZoneIterationStartMessage::key_len |
Length of the zone key.
Definition at line 571 of file namestore.h.
Referenced by check_iteration_start(), GNUNET_NAMESTORE_zone_iteration_start(), GNUNET_NAMESTORE_zone_iteration_start2(), and handle_iteration_start().