aboutsummaryrefslogtreecommitdiffstats
path: root/zone-dist.h
blob: c0b28844b46c6fb84fb8fed9da31b922e018c979 (plain)
1
2
3
4
5
6
7
#ifndef FIO_ZONE_DIST_H
#define FIO_ZONE_DIST_H

void td_zone_gen_index(struct thread_data *td);
void td_zone_free_index(struct thread_data *td);

#endif