server: bump protocol version
authorJens Axboe <axboe@fb.com>
Thu, 20 Feb 2014 17:48:17 +0000 (09:48 -0800)
committerJens Axboe <axboe@fb.com>
Thu, 20 Feb 2014 17:48:17 +0000 (09:48 -0800)
We have new options added.

Signed-off-by: Jens Axboe <axboe@fb.com>
server.h

index adb190a9c15c59723ef6c6bc1169ee60f03e6adf..85d9d7e2e071c325ad41a2d7453956854dac7ab9 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 30,
+       FIO_SERVER_VER                  = 31,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,