Change network transmitted doubles to fio_fp64_t IEEE 754 type
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index 72cbe1684078cb83b37ce76b63c69c9d8e9b8e49..89766fc0d3e8bf0ab0d01e7f7f5e7ae72b842855 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -141,7 +141,7 @@ struct thread_stat {
         * IO depth and latency stats
         */
        uint64_t clat_percentiles;
-       double *percentile_list;
+       fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN];
 
        uint32_t io_u_map[FIO_IO_U_MAP_NR];
        uint32_t io_u_submit[FIO_IO_U_MAP_NR];