Update fio io engine version
authorJens Axboe <jens.axboe@oracle.com>
Tue, 27 Mar 2007 13:57:19 +0000 (15:57 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 27 Mar 2007 13:57:19 +0000 (15:57 +0200)
The interface didn't really change, but if the engine is using
->setup() then it needs updating. Generally it just needs to
remove any code other than the part setting ->real_file_size.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.h

diff --git a/fio.h b/fio.h
index 1e63f3b63747b761a75c854e2ec79bf0ac5cdd94..1b8a66d1fdac3c0eab6ba2f55efd67f026104880 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -836,7 +836,7 @@ struct ioengine_ops {
        void *dlhandle;
 };
 
-#define FIO_IOOPS_VERSION      6
+#define FIO_IOOPS_VERSION      7
 
 extern struct ioengine_ops *load_ioengine(struct thread_data *, const char *);
 extern void register_ioengine(struct ioengine_ops *);