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