X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=workqueue.h;h=0a62b5f7d38d1868e63c47fa493c8324a30e042f;hp=1961b2ae8b631eba3d70b5e791e5b6f387a429d0;hb=4e8c82b4e9804c52bf2c78327cc5bfca9d8aedfc;hpb=2466096336bd0fbc1a94811aa338926af6baf42f diff --git a/workqueue.h b/workqueue.h index 1961b2ae..0a62b5f7 100644 --- a/workqueue.h +++ b/workqueue.h @@ -1,7 +1,14 @@ #ifndef FIO_RATE_H #define FIO_RATE_H +#include +#include + #include "flist.h" +#include "lib/types.h" + +struct sk_out; +struct thread_data; struct workqueue_work { struct flist_head list; @@ -16,7 +23,7 @@ struct submit_worker { unsigned int index; uint64_t seq; struct workqueue *wq; - void *private; + void *priv; struct sk_out *sk_out; };