From ba4f8923a7d7b02e69f6daee8dee5ed6e44722ce Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 26 Jan 2006 13:45:54 -0800 Subject: [PATCH] [PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for Linux --- os-linux.h | 1 + 1 file changed, 1 insertion(+) diff --git a/os-linux.h b/os-linux.h index 9667ea0a..ef2af7c7 100644 --- a/os-linux.h +++ b/os-linux.h @@ -9,6 +9,7 @@ #define FIO_HAVE_CPU_AFFINITY #define FIO_HAVE_DISK_UTIL #define FIO_HAVE_SGIO +#define FIO_HAVE_IOPRIO #define OS_MAP_ANON (MAP_ANONYMOUS) -- 2.25.1