GNUnet  0.19.5
ZoneIterationStartMessage Struct Reference

Start a zone iteration for the given zone. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/namestore/namestore.h>

Collaboration diagram for ZoneIterationStartMessage:
[legend]

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...
 

Detailed Description

Start a zone iteration for the given zone.

Definition at line 432 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header ZoneIterationStartMessage::gns_header

Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_START.

Definition at line 425 of file namestore.h.

Referenced by handle_iteration_start().

◆ filter

uint16_t ZoneIterationStartMessage::filter

Record set filter control flags.

See GNUNET_NAMESTORE_Filter enum.

Definition at line 443 of file namestore.h.

Referenced by handle_iteration_start().

◆ key_len

uint16_t ZoneIterationStartMessage::key_len

Length of the zone key.

Definition at line 448 of file namestore.h.

Referenced by GNUNET_NAMESTORE_zone_iteration_start(), GNUNET_NAMESTORE_zone_iteration_start2(), and handle_iteration_start().


The documentation for this struct was generated from the following file: