From b678fac65b13dabd0f78ceb338547b9acb5a4f2d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 2 Sep 2016 11:24:59 -0600 Subject: [PATCH] server: bump version Previous histogram commit changes the client/server protocol, bump the version. Signed-off-by: Jens Axboe --- server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.h b/server.h index 6633fdf4..6c572a18 100644 --- a/server.h +++ b/server.h @@ -38,7 +38,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 56, + FIO_SERVER_VER = 57, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, FIO_SERVER_MAX_CMD_MB = 2048, -- 2.25.1