Fix name of the slat log file
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index ff0068ca17290450307602f6b44585cab71b3e36..f5786ea69a1d5500d4cb9a73d24cf7e6a7f42b0a 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -432,8 +432,8 @@ struct thread_options {
        unsigned int ba[2];
        unsigned int min_bs[2];
        unsigned int max_bs[2];
-       struct bssplit *bssplit;
-       unsigned int bssplit_nr;
+       struct bssplit *bssplit[2];
+       unsigned int bssplit_nr[2];
 
        unsigned int nr_files;
        unsigned int open_files;