Fix fp alignment
authorJens Axboe <axboe@fb.com>
Fri, 24 Oct 2014 20:47:02 +0000 (14:47 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 24 Oct 2014 20:47:02 +0000 (14:47 -0600)
Commit a5bbbd8a324a fixed alignment earlier up, but then screwed
it up further down. Fix it.

Signed-off-by: Jens Axboe <axboe@fb.com>
stat.h

diff --git a/stat.h b/stat.h
index 9595e59ecef31c8c5207b0c418489ba242076feb..16b3d1a681b1c261e5a408e90e3303602e5175c6 100644 (file)
--- 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));