X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.h;h=8033325ed0a94371643cb5ebf8c1f69b029e8889;hp=a597449dcbb218cff12dc36da09001e9bd5bc084;hb=2e7888ef96495d4e89c50914e0bc4dbff316be90;hpb=bf0b7e75c1ccca4026c8880ed8a76fc7ef85f2f3 diff --git a/client.h b/client.h index a597449d..8033325e 100644 --- a/client.h +++ b/client.h @@ -74,6 +74,8 @@ struct fio_client { struct client_file *files; unsigned int nr_files; + + struct buf_output buf; }; typedef void (client_cmd_op)(struct fio_client *, struct fio_net_cmd *);