Style fixup
authorJens Axboe <axboe@kernel.dk>
Sun, 2 Oct 2011 07:02:03 +0000 (03:02 -0400)
committerJens Axboe <axboe@kernel.dk>
Sun, 2 Oct 2011 07:02:03 +0000 (03:02 -0400)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h

diff --git a/fio.h b/fio.h
index a6ef937dea7f1f240e1fbf2f31a17535ef8a2de1..db0a417fcfb4910b193546b7c10bd81e30a2904f 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -211,7 +211,7 @@ struct thread_stat {
         * IO depth and latency stats
         */
        unsigned int clat_percentiles;
         * IO depth and latency stats
         */
        unsigned int clat_percentiles;
-       doublepercentile_list;
+       double *percentile_list;
 
        unsigned int io_u_map[FIO_IO_U_MAP_NR];
        unsigned int io_u_submit[FIO_IO_U_MAP_NR];
 
        unsigned int io_u_map[FIO_IO_U_MAP_NR];
        unsigned int io_u_submit[FIO_IO_U_MAP_NR];