Merge branch 'no-unittest-dep' of https://github.com/parallel-fs-utils/fio
[fio.git] / flow.h
... / ...
CommitLineData
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