X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengines.h;h=177cbc053c33ba8aedf7dbb092d15bdc92b58ccb;hp=f24f4df5389ba691e248cb9598fdad83dcdb4362;hb=51102e0d64a2ae08472ecb90a72737f08de942fb;hpb=29ac257cb18a38c20f970bd02f2bfb3a027309d5 diff --git a/ioengines.h b/ioengines.h index f24f4df5..177cbc05 100644 --- a/ioengines.h +++ b/ioengines.h @@ -79,7 +79,7 @@ extern int td_io_close_file(struct thread_data *, struct fio_file *); extern int td_io_unlink_file(struct thread_data *, struct fio_file *); extern int __must_check td_io_get_file_size(struct thread_data *, struct fio_file *); -extern struct ioengine_ops *load_ioengine(struct thread_data *, const char *); +extern struct ioengine_ops *load_ioengine(struct thread_data *); extern void register_ioengine(struct ioengine_ops *); extern void unregister_ioengine(struct ioengine_ops *); extern void free_ioengine(struct thread_data *);