From 2c187c0fcaab8a4c6d1ba67d2ad2460b5fb42109 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 27 Mar 2007 15:57:19 +0200 Subject: [PATCH] Update fio io engine version 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 --- fio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fio.h b/fio.h index 1e63f3b6..1b8a66d1 100644 --- 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 *); -- 2.25.1