X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=workqueue.h;h=e35c181a23ea359a895a51cbab1815f279686d0b;hp=1961b2ae8b631eba3d70b5e791e5b6f387a429d0;hb=b73af7389a47bb04d841d749eb8a4e996eb5a271;hpb=b06c3ffa6de4fec544c8788803c56c6c4e916347 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; };