X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=workqueue.h;h=4e924493742e6dc50ed8a1f48aa8b973199a94f3;hp=5d47a5e64fdd908698e1909e06446b7fecbafa91;hb=2a2743361cf643b9dd2ba3e491da62e7cb83a101;hpb=a9da8ab2169810667aeb26f857a8ac3c056e4d61 diff --git a/workqueue.h b/workqueue.h index 5d47a5e6..4e924493 100644 --- a/workqueue.h +++ b/workqueue.h @@ -17,6 +17,7 @@ struct workqueue { pthread_cond_t flush_cond; pthread_mutex_t flush_lock; + pthread_mutex_t stat_lock; volatile int wake_idle; };