X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=helper_thread.h;h=d7df6c4d804d03693efae459a794366df599ce6f;hp=78933b13253d01613b5c7996f81577aa3c8c78dd;hb=c2fcb6bcecf0d4208154178de55d918d2a4abf61;hpb=a39fb9ea87afae396a882961fe65d87e548a1a1b diff --git a/helper_thread.h b/helper_thread.h index 78933b13..d7df6c4d 100644 --- a/helper_thread.h +++ b/helper_thread.h @@ -6,6 +6,6 @@ extern void helper_do_stat(void); extern bool helper_should_exit(void); extern void helper_thread_destroy(void); extern void helper_thread_exit(void); -extern int helper_thread_create(struct fio_mutex *, struct sk_out *); +extern int helper_thread_create(struct fio_sem *, struct sk_out *); #endif