t/io_uring: link with libaio when necessary
[fio.git] / flow.h
... / ...
CommitLineData
1#ifndef FIO_FLOW_H
2#define FIO_FLOW_H
3
4#define FLOW_MAX_WEIGHT 1000
5
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