t/read-to-pipe-async: Complain if option -f is specified multiple times
[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