revert/rework 81647a9a('fix load_ioengine() not to support no "external:" prefix')
[fio.git] / rate-submit.h
1 #ifndef FIO_RATE_SUBMIT
2 #define FIO_RATE_SUBMIT
3
4 int rate_submit_init(struct thread_data *, struct sk_out *);
5 void rate_submit_exit(struct thread_data *);
6
7 #endif