syslet v4 support
[fio.git] / engines / syslet-rw.c
index 74a6b31145167c00be9c6d9cadb974a3d69c43d5..2a3095d405c7f0a80ef773877e24acbcdb0009f9 100644 (file)
@@ -194,7 +194,7 @@ static int fio_syslet_prep(struct thread_data fio_unused *td, struct io_u *io_u)
 static void cachemiss_thread_start(void)
 {
        while (1)
-               async_thread();
+               async_thread(NULL, NULL);
 }
 
 #define THREAD_STACK_SIZE (16384)