client: fix missing pdu->log_offset endianness conversion
authorJens Axboe <axboe@fb.com>
Tue, 1 Jul 2014 14:47:11 +0000 (08:47 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 1 Jul 2014 14:47:11 +0000 (08:47 -0600)
commit3c865f32245c57635c59bc4e06f0e615d29aecbe
treea79a6fbb249a9245f8f7e3eb1b1236c0ffd6647d
parentff8039b745d59ede0ce9245ed24da14ecf2d3f38
client: fix missing pdu->log_offset endianness conversion

Make the iolog sample number uint64_t as well, so we have
the same size across 32 and 64-bit archs.

Signed-off-by: Jens Axboe <axboe@fb.com>
client.c
iolog.h