server: bump protocol version
authorJens Axboe <axboe@fb.com>
Thu, 1 Oct 2015 06:55:18 +0000 (08:55 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 1 Oct 2015 06:55:18 +0000 (08:55 +0200)
Commit 82407585a3b3 added options to the thread_options structures,
so we need to bump the client/server protocol version to signal
we are incompatible with previous versions.

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

index e4da882708a3a5544861496f6ce781b43e43879b..18a689ca7cf7ecfd889c91eed3419ad1cbb10f75 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 46,
+       FIO_SERVER_VER                  = 47,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,