From: Jens Axboe Date: Mon, 30 Jun 2014 21:31:59 +0000 (-0600) Subject: server: update protocol version to 35 X-Git-Tag: fio-2.1.11~41 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=5eba33ea5b502bd42d3505075fa94501abbae2b1 server: update protocol version to 35 We pack structs now, so not compatible with previous version. Signed-off-by: Jens Axboe --- diff --git a/server.h b/server.h index 4f09f284..52ad4a15 100644 --- 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,