X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=rate-submit.h;h=19fde3a91c97f6d7186b15008de591c0c962c68e;hp=33bb9d77797c802b2151ebf8852723e638261a60;hb=04ba61dfa67784d4dfcc22a2b3de7ede28e22e40;hpb=405113013b076aeb89634a333af96f948044b110 diff --git a/rate-submit.h b/rate-submit.h index 33bb9d77..19fde3a9 100644 --- a/rate-submit.h +++ b/rate-submit.h @@ -1,8 +1,7 @@ #ifndef FIO_RATE_SUBMIT #define FIO_RATE_SUBMIT -#include "workqueue.h" - -extern struct workqueue_ops rated_wq_ops; +int rate_submit_init(struct thread_data *, struct sk_out *); +void rate_submit_exit(struct thread_data *); #endif