Context for iteration operations passed from run_iteration_round to iterate_proc as closure. More...
Data Fields | |
struct Iteration * | ic |
The zone iteration handle. More... | |
uint64_t | limit |
Number of results left to be returned in this iteration. More... | |
Context for iteration operations passed from run_iteration_round to iterate_proc as closure.
Definition at line 429 of file gnunet-service-peerstore.c.
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().
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().