Context for record remove operations passed from run_zone_iteration_round to zone_iterate_proc as closure. More...
Data Fields | |
struct ZoneIteration * | zi |
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... | |
Context for record remove operations passed from run_zone_iteration_round to zone_iterate_proc as closure.
Definition at line 2167 of file gnunet-service-namestore.c.
struct ZoneIteration* ZoneIterationProcResult::zi |
The zone iteration handle.
Definition at line 2172 of file gnunet-service-namestore.c.
Referenced by check_iteration_start(), and zone_iterate_proc().
uint64_t ZoneIterationProcResult::limit |
Number of results left to be returned in this iteration.
Definition at line 2177 of file gnunet-service-namestore.c.
Referenced by check_iteration_start(), and zone_iterate_proc().
int ZoneIterationProcResult::run_again |
Skip a result and run again unless GNUNET_NO.
Definition at line 2182 of file gnunet-service-namestore.c.
Referenced by check_iteration_start(), and zone_iterate_proc().