Merge branch 'io_uring' of https://github.com/dpronin/fio
authorJens Axboe <axboe@kernel.dk>
Fri, 28 Jul 2023 15:10:44 +0000 (09:10 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Jul 2023 15:10:44 +0000 (09:10 -0600)
* 'io_uring' of https://github.com/dpronin/fio:
  io_uring engine: 'atomic_load_relaxed' instead of 'atomic_load_acquire'

helper_thread.h

index d7df6c4d804d03693efae459a794366df599ce6f..1c8167e83b63a8f9b74a3e218e892aad1bc1b7cf 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef FIO_HELPER_THREAD_H
 #define FIO_HELPER_THREAD_H
 
+#include <stdbool.h>
+
+struct fio_sem;
+struct sk_out;
+
 extern void helper_reset(void);
 extern void helper_do_stat(void);
 extern bool helper_should_exit(void);