summaryrefslogtreecommitdiff
path: root/ioengines.c
diff options
context:
space:
mode:
Diffstat (limited to 'ioengines.c')
-rw-r--r--ioengines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioengines.c b/ioengines.c
index 115e6f2c..6a5073cf 100644
--- a/ioengines.c
+++ b/ioengines.c
@@ -42,7 +42,7 @@ static int check_engine_ops(struct ioengine_ops *ops)
return 0;
}
-struct ioengine_ops *load_ioengine(struct thread_data *td, char *name)
+struct ioengine_ops *load_ioengine(struct thread_data *td, const char *name)
{
char engine[16], engine_lib[256];
struct ioengine_ops *ops, *ret;