GNUnet 0.21.1
IterationProcResult Struct Reference

Context for iteration operations passed from run_iteration_round to iterate_proc as closure. More...

Collaboration diagram for IterationProcResult:
[legend]

Data Fields

struct Iterationic
 The zone iteration handle. More...
 
uint64_t limit
 Number of results left to be returned in this iteration. More...
 

Detailed Description

Context for iteration operations passed from run_iteration_round to iterate_proc as closure.

Definition at line 429 of file gnunet-service-peerstore.c.

Field Documentation

◆ ic

struct Iteration* IterationProcResult::ic

The zone iteration handle.

Definition at line 434 of file gnunet-service-peerstore.c.

Referenced by iterate_proc(), and run_iteration_round().

◆ limit

uint64_t IterationProcResult::limit

Number of results left to be returned in this iteration.

Definition at line 439 of file gnunet-service-peerstore.c.

Referenced by iterate_proc(), and run_iteration_round().


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