nanosecond: fiologparser_hist set default --group_nr to 29 to match stat.h FIO_IO_U_P...
[fio.git] / flow.h
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