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