blob: 19fde3a91c97f6d7186b15008de591c0c962c68e [file] [log] [blame]
Elliott Hugheseda3a602017-05-19 18:53:02 -07001#ifndef FIO_RATE_SUBMIT
2#define FIO_RATE_SUBMIT
3
4int rate_submit_init(struct thread_data *, struct sk_out *);
5void rate_submit_exit(struct thread_data *);
6
7#endif