X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos.h;h=10e796fbcbe3313d1faee845bc26d751645aa011;hp=dbf095711c08344e054966512dae3f41d8c75280;hb=e8462bd8250cf3ff2d41f17e1a4d4cefc70b6b37;hpb=8f933caebc879fa06bb8d2d25802dd6f27da8071;ds=sidebyside diff --git a/os/os.h b/os/os.h index dbf09571..10e796fb 100644 --- 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)