From: Jens Axboe Date: Tue, 27 Mar 2007 13:57:19 +0000 (+0200) Subject: Update fio io engine version X-Git-Tag: fio-1.15~15 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2c187c0fcaab8a4c6d1ba67d2ad2460b5fb42109 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 --- 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 *);