X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=server.h;h=1b131b92f08af9aff07abf92caf170af279be7c3;hb=e75cc8f3a296fe5910eee9b7f25cc8cb524b4518;hp=adb190a9c15c59723ef6c6bc1169ee60f03e6adf;hpb=3aa3ceeb5c93f05e50d13a0e8f374843e6cb8ec5;p=fio.git diff --git a/server.h b/server.h index adb190a9..1b131b92 100644 --- a/server.h +++ b/server.h @@ -38,9 +38,10 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 30, + FIO_SERVER_VER = 36, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, + FIO_SERVER_MAX_CMD_MB = 2048, FIO_NET_CMD_QUIT = 1, FIO_NET_CMD_EXIT = 2, @@ -142,10 +143,11 @@ struct cmd_text_pdu { }; struct cmd_iolog_pdu { + uint64_t nr_samples; uint32_t thread_number; - uint32_t nr_samples; uint32_t log_type; uint32_t compressed; + uint32_t log_offset; uint8_t name[FIO_NET_NAME_MAX]; struct io_sample samples[0]; };