server: bump protocol version
authorJens Axboe <axboe@fb.com>
Wed, 26 Apr 2017 21:06:24 +0000 (15:06 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 26 Apr 2017 21:06:24 +0000 (15:06 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
server.h

index 798d5a802b1c25c8990aac461b91ee7a7b899c68..5c720d46285166107fbad514b9e6b53d7f8b4961 100644 (file)
--- a/server.h
+++ b/server.h
@@ -49,7 +49,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 60,
+       FIO_SERVER_VER                  = 61,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,