fio: fix interaction between offset/size limited threads and "max_open_zones"
[fio.git] / zone-dist.h
CommitLineData
07776127
JA
1#ifndef FIO_ZONE_DIST_H
2#define FIO_ZONE_DIST_H
3
4void td_zone_gen_index(struct thread_data *td);
5void td_zone_free_index(struct thread_data *td);
6
7#endif