[PATCH] Don't hardcode ioengine path
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 64f3b2d1ae0f96a6ead8eb7fb0855b6e6e125483..112736c81a360b265bd25c26820734f743ee34eb 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -325,6 +325,7 @@ extern int groupid;
 extern int terse_output;
 extern FILE *f_out;
 extern FILE *f_err;
+extern char *fio_inst_prefix;
 
 extern struct thread_data *threads;