Remove prof_io_ops.fill_io_u_off(), .fill_io_u_size() and .get_next_file()
[fio.git] / flow.h
1 #ifndef FIO_FLOW_H
2 #define FIO_FLOW_H
3
4 int flow_threshold_exceeded(struct thread_data *td);
5 void flow_init_job(struct thread_data *td);
6 void flow_exit_job(struct thread_data *td);
7
8 void flow_exit(void);
9 void flow_init(void);
10
11 #endif