io_uring: io_uring_setup(2) takes a 'nr_iovecs' field now
[fio.git] / zone-dist.h
1 #ifndef FIO_ZONE_DIST_H
2 #define FIO_ZONE_DIST_H
3
4 void td_zone_gen_index(struct thread_data *td);
5 void td_zone_free_index(struct thread_data *td);
6
7 #endif