From: Jens Axboe Date: Wed, 26 Apr 2017 21:06:24 +0000 (-0600) Subject: server: bump protocol version X-Git-Tag: fio-2.20~30 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=93028dd1919754ef0493c38135f7c2f9eb18f9b6;p=fio.git server: bump protocol version Signed-off-by: Jens Axboe --- diff --git a/server.h b/server.h index 798d5a80..5c720d46 100644 --- a/server.h +++ b/server.h @@ -49,7 +49,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 60, + FIO_SERVER_VER = 61, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, FIO_SERVER_MAX_CMD_MB = 2048,