Bump IO engine version number
authorJens Axboe <axboe@fb.com>
Wed, 1 Oct 2014 14:43:58 +0000 (08:43 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 1 Oct 2014 14:43:58 +0000 (08:43 -0600)
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 <axboe@fb.com>
ioengine.h

index dfe84ac9c1aff37df23c642f6efc6ddd6ab9c2b4..85923fcee3fdc1ff2f75be2bdec79048fac00c26 100644 (file)
@@ -15,7 +15,7 @@
 #include <guasi.h>
 #endif
 
-#define FIO_IOOPS_VERSION      20
+#define FIO_IOOPS_VERSION      21
 
 enum {
        IO_U_F_FREE             = 1 << 0,