From: Jens Axboe Date: Tue, 9 Apr 2013 18:29:29 +0000 (+0200) Subject: server: bump protocol version X-Git-Tag: fio-2.1~57^2~12 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=35694892a4949ca8de117573d0f80e39c0b33950 server: bump protocol version Signed-off-by: Jens Axboe --- diff --git a/server.h b/server.h index e84a7095..067cdc0b 100644 --- a/server.h +++ b/server.h @@ -38,7 +38,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 20, + FIO_SERVER_VER = 21, FIO_SERVER_MAX_FRAGMENT_PDU = 1024,