Ensure that thread_stat alignment is correct
authorOmri Mor <omor1@asu.edu>
Mon, 19 Jun 2017 22:41:51 +0000 (16:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 19 Jun 2017 22:41:51 +0000 (16:41 -0600)
commitb2fcbe01bdac01bc5d7f8ddea94f264b9f8c2003
tree4137011704446b1886ecab2baaa60a626cc2f2ea
parentae8e559e8a442f72cfe2751e93471aed75f5c74e
Ensure that thread_stat alignment is correct

clang seems to align this weirdly, and then fault when it
isn't 128-bit aligned. Align it explicitly, so it does the
right thing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h