Merge git://git.kernel.dk/fio into steady-state
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 7e327887bfcc3bedc16110becb14b0a8c4dd02fd..5726befcb9abc1f4423246862a73cdc5affd89d7 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -41,6 +41,7 @@
 #include "flow.h"
 #include "io_u_queue.h"
 #include "workqueue.h"
+#include "steadystate.h"
 
 #ifdef CONFIG_SOLARISAIO
 #include <sys/asynch.h>
@@ -395,6 +396,8 @@ struct thread_data {
 
        void *pinned_mem;
 
+       struct steadystate_data ss;
+
        char verror[FIO_VERROR_SIZE];
 };