stat: add blocksize to averaged log, if it's consistent
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 30fbde06d46e69e42d9baae846531938207c2c9b..6a244c38896e820c6c23da16a5a661c6fefb1f94 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -154,13 +154,6 @@ struct thread_data {
        uint64_t stat_io_blocks[DDIR_RWDIR_CNT];
        struct timeval iops_sample_time;
 
-       /*
-        * Tracks the last iodepth number of completed writes, if data
-        * verification is enabled
-        */
-       uint64_t *last_write_comp;
-       unsigned int last_write_idx;
-
        volatile int update_rusage;
        struct fio_mutex *rusage_sem;
        struct rusage ru_start;
@@ -452,8 +445,6 @@ extern int nr_clients;
 extern int log_syslog;
 extern int status_interval;
 extern const char fio_version_string[];
-extern int helper_do_stat;
-extern pthread_cond_t helper_cond;
 extern char *trigger_file;
 extern char *trigger_cmd;
 extern char *trigger_remote_cmd;