GNUnet 0.21.1
ZoneMonitorNextMessage 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 ZoneMonitorNextMessage:
[legend]

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

Detailed Description

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

Definition at line 520 of file namestore.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ZoneMonitorNextMessage::header

Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_NEXT.

Definition at line 525 of file namestore.h.

◆ reserved

uint32_t ZoneMonitorNextMessage::reserved

Always zero.

Definition at line 530 of file namestore.h.

◆ limit

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

Referenced by GNUNET_NAMESTORE_zone_monitor_next(), and handle_monitor_next().


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