Merge branch 'master' into gfio
[fio.git] / options.c
index 63293e0da505050663618b4d7585d278af3f52e2..fcf427037f77f0ab456efc055b725a485fbe2512 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2851,6 +2851,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .lname  = "Completion latency percentile list",
                .type   = FIO_OPT_FLOAT_LIST,
                .off1   = td_var_offset(percentile_list),
+               .off2   = td_var_offset(percentile_precision),
                .help   = "Specify a custom list of percentiles to report",
                .def    = "1:5:10:20:30:40:50:60:70:80:90:95:99:99.5:99.9:99.95:99.99",
                .maxlen = FIO_IO_U_LIST_MAX_LEN,