From 24081c9bea3dae81103f57b4ba897006886d24f9 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 20 Oct 2014 10:52:21 -0600 Subject: [PATCH] stat: ensure that the fp fields are 64-bit aligned Signed-off-by: Jens Axboe --- stat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stat.h b/stat.h index 1727c0c8..d834cffc 100644 --- a/stat.h +++ b/stat.h @@ -180,6 +180,7 @@ struct thread_stat { uint32_t latency_depth; uint64_t latency_target; + uint16_t pad; fio_fp64_t latency_percentile; uint64_t latency_window; } __attribute__((packed)); -- 2.25.1