server: bump protocol version
authorSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 22 May 2017 16:14:14 +0000 (17:14 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 22 May 2017 16:14:22 +0000 (17:14 +0100)
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
server.h

index 5c720d46285166107fbad514b9e6b53d7f8b4961..fff680405d2a7220e904c8d3714f337d9e4c4059 100644 (file)
--- 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,