X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=server.h;h=25b6bbdc25dfb6f6f45e7ddb318d6a5cb9030156;hb=12324d569861b83fb76e874122ddfcf28ee8d485;hp=ac7132522caf750827d0a08e60aea8cb104b969e;hpb=cd8920a40ef04625d9e76f63fa09fcaac9e9977e;p=fio.git diff --git a/server.h b/server.h index ac713252..25b6bbdc 100644 --- a/server.h +++ b/server.h @@ -48,7 +48,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 79, + FIO_SERVER_VER = 95, 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];