Some more bits of blktrace support
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index f9f2a577836554c52ac7b9e816acea6aef1384b2..d0506f90eee86fece644238630ff48122ba50bff 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -404,7 +404,6 @@ struct thread_options {
        unsigned int numjobs;
        os_cpu_mask_t cpumask;
        unsigned int iolog;
-       unsigned int read_iolog;
        unsigned int rwmixcycle;
        unsigned int rwmix[2];
        unsigned int nice;
@@ -826,6 +825,12 @@ extern int __must_check td_io_commit(struct thread_data *);
 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
 extern void td_io_close_file(struct thread_data *, struct fio_file *);
 
+/*
+ * blktrace support
+ */
+extern int is_blktrace(const char *);
+extern int load_blktrace(struct thread_data *, const char *);
+
 /*
  * If logging output to a file, stderr should go to both stderr and f_err
  */