From: Sitsofe Wheeler Date: Mon, 22 May 2017 16:14:14 +0000 (+0100) Subject: server: bump protocol version X-Git-Tag: fio-2.21~46^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=25e1ccc289fd2a41ffb379922e7ed3d648b43c00;p=fio.git server: bump protocol version Signed-off-by: Sitsofe Wheeler --- diff --git a/server.h b/server.h index 5c720d46..fff68040 100644 --- a/server.h +++ b/server.h @@ -49,7 +49,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 61, + FIO_SERVER_VER = 62, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, FIO_SERVER_MAX_CMD_MB = 2048,