Add profile td init/exit with stored data
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 09cd01cdcf6a17fccc627ec1261eb048e5c6ab68..f00f64a9dc4297217e870eae87b27b5980151719 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -432,6 +432,7 @@ struct thread_data {
         * Can be overloaded by profiles
         */
        struct prof_io_ops prof_io_ops;
+       void *prof_data;
 };
 
 /*