| Dan Ehrenberg | 9e684a4 | 2012-02-20 11:05:14 +0100 | [diff] [blame] | 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 | ||||