Merge branch 'arm-detect-pmull' of https://github.com/sitsofe/fio
[fio.git] / flow.h
CommitLineData
9e684a49
DE
1#ifndef FIO_FLOW_H
2#define FIO_FLOW_H
3
d4e74fda
DB
4#define FLOW_MAX_WEIGHT 1000
5
9e684a49
DE
6int flow_threshold_exceeded(struct thread_data *td);
7void flow_init_job(struct thread_data *td);
8void flow_exit_job(struct thread_data *td);
9
10void flow_exit(void);
11void flow_init(void);
12
13#endif