Fix variable type warning
authorJens Axboe <axboe@kernel.dk>
Wed, 9 Jan 2013 10:46:01 +0000 (11:46 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Jan 2013 10:46:01 +0000 (11:46 +0100)
commit78c1111eacdb594e0488d5adc508091fc2a3af88
treed95b4c91343bcecd2495294024ea57958225cb80
parentffa93ca9d8d37ef795904773a22bf4ea77f58373
Fix variable type warning

Bruce reports:

With 2.0.13 on FreeBSD there's also a warning from client.c:

client.c:24:18: warning: field 'eta' with variable sized type 'struct
jobs_eta' not at the end of a struct or class is a GNU extension [-Wgnu]
         struct jobs_eta eta;

Re-order ->eta and ->pending.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c