X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=client.h;h=c8ff23ecdd68a8b26142b35d961619f9e18633ff;hb=dfe11fd1e8249a52c42f34c9e9e6b910ab6b05c5;hp=10d6ec36cac34f1de66e5cc0951cd191c9375e33;hpb=135be493d843d4cae2966a35cbd22a3058ec8e4b;p=fio.git diff --git a/client.h b/client.h index 10d6ec36..c8ff23ec 100644 --- a/client.h +++ b/client.h @@ -101,8 +101,8 @@ struct client_ops { extern struct client_ops fio_client_ops; struct client_eta { - struct jobs_eta eta; unsigned int pending; + struct jobs_eta eta; }; extern int fio_handle_client(struct fio_client *);