[PATCH] Add name=x option to name jobs
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 045fd012127e6b6ebd50f6520095f5cb2b462e00..f2e3adf26273b2cfa3dfaa0a48bdcb00a826f565 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -102,6 +102,7 @@ struct group_run_stats {
 };
 
 struct thread_data {
+       char name[64];
        char file_name[256];
        char *directory;
        char verror[80];