Update IO engine version
authorJens Axboe <axboe@fb.com>
Fri, 28 Feb 2014 00:10:43 +0000 (16:10 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 28 Feb 2014 00:10:43 +0000 (16:10 -0800)
Commit 225ba9e3 changed the layout of struct io_u, so
update the engine version to indicate that external
engines need to be recompiled.

Signed-off-by: Jens Axboe <axboe@fb.com>
ioengine.h

index 7e0707bc9c35667ab07fda03f08f62f49cc505cf..6e3c717f185414bfd20342d30635eaa60da78197 100644 (file)
@@ -15,7 +15,7 @@
 #include <guasi.h>
 #endif
 
-#define FIO_IOOPS_VERSION      17
+#define FIO_IOOPS_VERSION      18
 
 enum {
        IO_U_F_FREE             = 1 << 0,