Declare 'prev' and 'this' outside the loop to avoid clang warning about 'prev' being...
[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