iolog: replace tp usage with workqueue
[fio.git] / rate-submit.h
1 #ifndef FIO_RATE_SUBMIT
2 #define FIO_RATE_SUBMIT
3
4 #include "workqueue.h"
5
6 extern struct workqueue_ops rated_wq_ops;
7
8 #endif