Use a pointer to const char* for I/O engine name (in response to aa2b823c)
[fio.git] / ioengine.h
index 0effadec5c602f6d1a0180d3ef103faf563e3634..ceed32912dc1561d05452d27231b49df4711631b 100644 (file)
@@ -138,7 +138,7 @@ enum {
 
 struct ioengine_ops {
        struct flist_head list;
-       char name[16];
+       const char *name;
        int version;
        int flags;
        int (*setup)(struct thread_data *);