From: Sitsofe Wheeler Date: Sun, 27 Nov 2016 20:58:55 +0000 (+0000) Subject: server: bump protocol version X-Git-Tag: fio-2.16~14 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=7a3b2fc3434985fa519db55e8f81734c24af274d server: bump protocol version Previous commits change the size of various variables so signal incompatibility. Signed-off-by: Sitsofe Wheeler --- 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,