Change io engine version
authorJens Axboe <jens.axboe@oracle.com>
Tue, 11 Dec 2007 09:54:26 +0000 (10:54 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 11 Dec 2007 09:54:26 +0000 (10:54 +0100)
Minor change from V7, just the getevents() prototype.

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

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