X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=server.h;h=44b8da12878c72f1fa1625db89dc78e9e90586db;hb=dc10c23ab9a7b34f50a4957789ce1f2e0883366b;hp=371e51ea24e85206ac857a1f62bf623b8b044e9f;hpb=f1867a7f9e588acf67cf8fa96eab8a6e2fdedcf6;p=fio.git diff --git a/server.h b/server.h index 371e51ea..44b8da12 100644 --- a/server.h +++ b/server.h @@ -48,7 +48,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 77, + FIO_SERVER_VER = 94, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, FIO_SERVER_MAX_CMD_MB = 2048, @@ -193,6 +193,7 @@ struct cmd_iolog_pdu { uint32_t log_type; uint32_t compressed; uint32_t log_offset; + uint32_t log_prio; uint32_t log_hist_coarseness; uint8_t name[FIO_NET_NAME_MAX]; struct io_sample samples[0];