From 7a3b2fc3434985fa519db55e8f81734c24af274d Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Sun, 27 Nov 2016 20:58:55 +0000 Subject: [PATCH] server: bump protocol version Previous commits change the size of various variables so signal incompatibility. Signed-off-by: Sitsofe Wheeler --- server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.h b/server.h index 3b592c7a..4a81bcdc 100644 --- a/server.h +++ b/server.h @@ -38,7 +38,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 58, + FIO_SERVER_VER = 59, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, FIO_SERVER_MAX_CMD_MB = 2048, -- 2.25.1