server: bump protocol version
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 27 Nov 2016 20:58:55 +0000 (20:58 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 27 Nov 2016 21:40:26 +0000 (21:40 +0000)
Previous commits change the size of various variables so signal
incompatibility.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
server.h

index 3b592c7a472629a92e3739e5d2dc06c8cf0d4e1d..4a81bcdc5be2e65e78dde4a895893b45ac3ac9b6 100644 (file)
--- 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,