t/zbd/functions: Make fio_reset_count() return 0 if no resets occurred
[fio.git] / rate-submit.h
CommitLineData
40511301
JA
1#ifndef FIO_RATE_SUBMIT
2#define FIO_RATE_SUBMIT
3
24660963 4int rate_submit_init(struct thread_data *, struct sk_out *);
103b174e 5void rate_submit_exit(struct thread_data *);
40511301
JA
6
7#endif