From 25e1ccc289fd2a41ffb379922e7ed3d648b43c00 Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Mon, 22 May 2017 17:14:14 +0100 Subject: [PATCH] server: bump protocol version Signed-off-by: Sitsofe Wheeler --- server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.25.1