Add support for async IO verification offload
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index dbf095711c08344e054966512dae3f41d8c75280..10e796fbcbe3313d1faee845bc26d751645aa011 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -39,7 +39,7 @@
 #endif /* FIO_HAVE_FADVISE */
 
 #ifndef FIO_HAVE_CPU_AFFINITY
-#define fio_setaffinity(td)            (0)
+#define fio_setaffinity(pid, mask)     (0)
 #define fio_getaffinity(pid, mask)     do { } while (0)
 #define fio_cpu_clear(mask, cpu)       do { } while (0)
 #define fio_cpuset_exit(mask)          (-1)