[PATCH] Add 'description' option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 6e0c5b18cb8fefef632396431164fc3633554491..c6fb6a11d70b8eb582b3f9ab0262bbe5829e6617 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -176,6 +176,7 @@ struct fio_file {
  * This describes a single thread/process executing a fio job.
  */
 struct thread_data {
+       char *description;
        char *name;
        char *directory;
        char *filename;