From: Jens Axboe Date: Wed, 1 Oct 2014 14:43:58 +0000 (-0600) Subject: Bump IO engine version number X-Git-Tag: fio-2.1.13~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=43e82be7bb4e4afbcd090a0a73f5ae5350bd4c5e 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 --- 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,