GNUnet 0.21.1
ZoneIterationProcResult Struct Reference

Context for record remove operations passed from run_zone_iteration_round to zone_iterate_proc as closure. More...

Collaboration diagram for ZoneIterationProcResult:
[legend]

Data Fields

struct ZoneIterationzi
 The zone iteration handle. More...
 
uint64_t limit
 Number of results left to be returned in this iteration. More...
 
int run_again
 Skip a result and run again unless GNUNET_NO. More...
 

Detailed Description

Context for record remove operations passed from run_zone_iteration_round to zone_iterate_proc as closure.

Definition at line 2163 of file gnunet-service-namestore.c.

Field Documentation

◆ zi

struct ZoneIteration* ZoneIterationProcResult::zi

The zone iteration handle.

Definition at line 2168 of file gnunet-service-namestore.c.

Referenced by run_zone_iteration_round(), and zone_iterate_proc().

◆ limit

uint64_t ZoneIterationProcResult::limit

Number of results left to be returned in this iteration.

Definition at line 2173 of file gnunet-service-namestore.c.

Referenced by run_zone_iteration_round(), and zone_iterate_proc().

◆ run_again

int ZoneIterationProcResult::run_again

Skip a result and run again unless GNUNET_NO.

Definition at line 2178 of file gnunet-service-namestore.c.

Referenced by run_zone_iteration_round(), and zone_iterate_proc().


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