From: Jens Axboe Date: Thu, 20 Feb 2014 17:48:17 +0000 (-0800) Subject: server: bump protocol version X-Git-Tag: fio-2.1.6~24 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=51c8c3701e2b041788d1d1e650a9a18a56c09f20;p=fio.git server: bump protocol version We have new options added. Signed-off-by: Jens Axboe --- diff --git a/server.h b/server.h index adb190a9..85d9d7e2 100644 --- 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,