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
12