X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=829cc81812dc491cb0d6db50eca4b409c6460b3f;hp=30fbde06d46e69e42d9baae846531938207c2c9b;hb=94a6e1bb4e7d8e7fee66374841634b0f871c6d6d;hpb=2a442a30385a3b3a338148be46661f4ea3d9eed1 diff --git a/fio.h b/fio.h index 30fbde06..829cc818 100644 --- 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;