From: Jens Axboe Date: Thu, 1 Oct 2015 06:55:18 +0000 (+0200) Subject: server: bump protocol version X-Git-Tag: fio-2.2.11~24 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2099539d0f49098148b101d2e3d3f533777c700e;hp=82407585a3b3b10281428e4ca9c2d3e7dfca7392 server: bump protocol version 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 --- diff --git a/server.h b/server.h index e4da8827..18a689ca 100644 --- 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,