stat: ensure that the fp fields are 64-bit aligned
authorJens Axboe <axboe@fb.com>
Mon, 20 Oct 2014 16:52:21 +0000 (10:52 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 20 Oct 2014 16:52:21 +0000 (10:52 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
stat.h

diff --git a/stat.h b/stat.h
index 1727c0c8ca013efa6654fb75952241ef6cbf88ec..d834cffc2ae485cd07394e4454b22d4beceac154 100644 (file)
--- 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));