add simple fio.service to start fio server with systemd
[fio.git] / ioengines.c
index f7b5ed6bf38776e4240ffaff7f80fab8063a06a9..4129ac2363b9757baf89e54788f94b656746e824 100644 (file)
@@ -126,7 +126,7 @@ static struct ioengine_ops *dlopen_ioengine(struct thread_data *td,
 struct ioengine_ops *load_ioengine(struct thread_data *td, const char *name)
 {
        struct ioengine_ops *ops;
-       char engine[16];
+       char engine[64];
 
        dprint(FD_IO, "load ioengine %s\n", name);