X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=client.h;h=8033325ed0a94371643cb5ebf8c1f69b029e8889;hb=d05db492c6bc4263fba1088b33850bda35dc325b;hp=a597449dcbb218cff12dc36da09001e9bd5bc084;hpb=36ed2f9a93a486109a87b2c0306ab69d4f930891;p=fio.git 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 *);