server: update protocol version to 35
authorJens Axboe <axboe@fb.com>
Mon, 30 Jun 2014 21:31:59 +0000 (15:31 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 30 Jun 2014 21:31:59 +0000 (15:31 -0600)
We pack structs now, so not compatible with previous version.

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

index 4f09f2848b93acd426d7e7a48a9898edd9099799..52ad4a1518fbc813111ba1555f940f8ef925350d 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 34,
+       FIO_SERVER_VER                  = 35,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,