GNUnet 0.21.1
ZoneIterationNextMessage Struct Reference

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>

Collaboration diagram for ZoneIterationNextMessage:
[legend]

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

Detailed Description

Ask for next result of zone iteration for the given operation.

Definition at line 571 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header ZoneIterationNextMessage::gns_header

Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT.

Definition at line 576 of file namestore.h.

Referenced by handle_iteration_next().

◆ limit

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 583 of file namestore.h.

Referenced by handle_iteration_next().


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