From 43e82be7bb4e4afbcd090a0a73f5ae5350bd4c5e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 1 Oct 2014 08:43:58 -0600 Subject: [PATCH 1/1] Bump IO engine version number Commit 1f440ece6127 modified the ->getevents() hook to have a const timespec, so we should increment the engine version number to catch that in external engines. Signed-off-by: Jens Axboe --- ioengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioengine.h b/ioengine.h index dfe84ac9..85923fce 100644 --- a/ioengine.h +++ b/ioengine.h @@ -15,7 +15,7 @@ #include #endif -#define FIO_IOOPS_VERSION 20 +#define FIO_IOOPS_VERSION 21 enum { IO_U_F_FREE = 1 << 0, -- 2.25.1