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 2175 of file gnunet-service-namestore.c.
struct ZoneIteration* ZoneIterationProcResult::zi |
The zone iteration handle.
Definition at line 2180 of file gnunet-service-namestore.c.
Referenced by run_zone_iteration_round(), and zone_iterate_proc().
uint64_t ZoneIterationProcResult::limit |
Number of results left to be returned in this iteration.
Definition at line 2185 of file gnunet-service-namestore.c.
Referenced by run_zone_iteration_round(), and zone_iterate_proc().
int ZoneIterationProcResult::run_again |
Skip a result and run again unless GNUNET_NO.
Definition at line 2190 of file gnunet-service-namestore.c.
Referenced by run_zone_iteration_round(), and zone_iterate_proc().