X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=workqueue.h;h=e35c181a23ea359a895a51cbab1815f279686d0b;hb=6c3169f9cbe179a89bbbaa9de26e54711d027e99;hp=1961b2ae8b631eba3d70b5e791e5b6f387a429d0;hpb=b06c3ffa6de4fec544c8788803c56c6c4e916347;p=fio.git diff --git a/workqueue.h b/workqueue.h index 1961b2ae..e35c181a 100644 --- a/workqueue.h +++ b/workqueue.h @@ -16,7 +16,7 @@ struct submit_worker { unsigned int index; uint64_t seq; struct workqueue *wq; - void *private; + void *priv; struct sk_out *sk_out; };