blob: c0a45c3c1a96ea2742a71babf27063ecbdde1762 [file] [log] [blame]
Dan Ehrenberg9e684a42012-02-20 11:05:14 +01001#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