mtd: Add CONFIG_MTD to ./configure script
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index d28f8ce59cf15cee75c86d13f95099894dd2b547..0fb86eaed442324832700d61b70d7123bbecc482 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -240,6 +240,7 @@ struct thread_data {
         */
        uint64_t io_issues[DDIR_RWDIR_CNT];
        uint64_t io_issue_bytes[DDIR_RWDIR_CNT];
+       uint64_t loops;
 
        /*
         * Completions
@@ -648,6 +649,7 @@ enum {
        FIO_RAND_DIST_RANDOM    = 0,
        FIO_RAND_DIST_ZIPF,
        FIO_RAND_DIST_PARETO,
+       FIO_RAND_DIST_GAUSS,
 };
 
 #define FIO_DEF_ZIPF           1.1