This commit / feature adds completion latency histogram output to fio, piggybacking
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 87a94f6e64289372f935879c030f55e2bdc77c6f..d929467bf8fc706424abaf2262d6a75a834c9c3b 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -141,6 +141,7 @@ struct thread_data {
 
        struct io_log *slat_log;
        struct io_log *clat_log;
+       struct io_log *clat_hist_log;
        struct io_log *lat_log;
        struct io_log *bw_log;
        struct io_log *iops_log;