From 22bc03c2b4b14c70b7ecef9a161c3ef6436f6d9d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 24 Oct 2014 14:47:02 -0600 Subject: [PATCH] Fix fp alignment Commit a5bbbd8a324a fixed alignment earlier up, but then screwed it up further down. Fix it. Signed-off-by: Jens Axboe --- stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stat.h b/stat.h index 9595e59e..16b3d1a6 100644 --- a/stat.h +++ b/stat.h @@ -181,7 +181,7 @@ struct thread_stat { uint32_t latency_depth; uint64_t latency_target; - uint16_t pad; + uint32_t pad; fio_fp64_t latency_percentile; uint64_t latency_window; } __attribute__((packed)); -- 2.25.1