Merge branch 'ioring_add_sync_file_range' of https://github.com/anarazel/fio
[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