Merge branch 'nfs' of https://github.com/panxiao2014/fio
[fio.git] / server.h
index ad7061184b6c113f5871fdc8815061d82aaaebe5..a8e4dbf27ffbcddfda5889fc64d97b7522c8e7f5 100644 (file)
--- a/server.h
+++ b/server.h
@@ -51,7 +51,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 101,
+       FIO_SERVER_VER                  = 106,
 
        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];
 };