t/io_uring: only calculate per-file depth if we have files
[fio.git] / server.h
index 281330202884187356b90e5ea5e02ab09301c203..6d2659b05a25c144522606feac9b40e925731c04 100644 (file)
--- a/server.h
+++ b/server.h
@@ -51,7 +51,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 98,
+       FIO_SERVER_VER                  = 103,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,
@@ -198,6 +198,7 @@ struct cmd_iolog_pdu {
        uint32_t log_offset;
        uint32_t log_prio;
        uint32_t log_hist_coarseness;
+       uint32_t per_job_logs;
        uint8_t name[FIO_NET_NAME_MAX];
        struct io_sample samples[0];
 };