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