X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=6a244c38896e820c6c23da16a5a661c6fefb1f94;hp=30fbde06d46e69e42d9baae846531938207c2c9b;hb=5c8f0ba56837a0b848cbbbc5a8673589d099ded3;hpb=e0a04ac15f6164cfceb3e1090cc1055e3c823f7d diff --git a/fio.h b/fio.h index 30fbde06..6a244c38 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; @@ -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;