ci: stop hard coding number of jobs for make
[fio.git] / server.h
index 898a893dec944bcdbc752e1d7552e7f77ac37e71..0eb594ce857aa838a64b7d37e5d424fc50fd4512 100644 (file)
--- a/server.h
+++ b/server.h
@@ -51,7 +51,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 99,
+       FIO_SERVER_VER                  = 102,
 
        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];
 };