Add CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and CONFIG_LINUX_FALLOCATE to Makefile.
[fio.git] / flow.h
CommitLineData
9e684a49
DE
1#ifndef FIO_FLOW_H
2#define FIO_FLOW_H
3
4int flow_threshold_exceeded(struct thread_data *td);
5void flow_init_job(struct thread_data *td);
6void flow_exit_job(struct thread_data *td);
7
8void flow_exit(void);
9void flow_init(void);
10
11#endif