X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=370ddaad483ea02f093420ca3a7cf9c936df5f10;hp=d18029a04af7b8fe20a854c723e588261170e7fc;hb=372fd659ee6a652d373ae0b4420c23c5fa9e4dc0;hpb=98ffb8f3ecebed9984d1744f142eb8be10c14dbd diff --git a/fio.h b/fio.h index d18029a0..370ddaad 100644 --- a/fio.h +++ b/fio.h @@ -248,7 +248,6 @@ struct thread_options { unsigned int trim_zero; unsigned long long trim_backlog; unsigned int clat_percentiles; - unsigned int overwrite_plist; fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN]; char *read_iolog_file; @@ -606,7 +605,6 @@ extern int is_backend; extern int nr_clients; extern int log_syslog; extern const char fio_version_string[]; -extern const fio_fp64_t def_percentile_list[FIO_IO_U_LIST_MAX_LEN]; extern struct thread_data *threads;