Merge branch 'master' into gfio
[fio.git] / server.h
index 5273fd17cff55b45b7a20ccf45b042a3070f936a..201e62d67c943a367ebb4005a45182ed6d52ab79 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 18,
+       FIO_SERVER_VER                  = 19,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
 
@@ -113,6 +113,7 @@ struct cmd_job_pdu {
 
 struct cmd_start_pdu {
        uint32_t jobs;
+       uint32_t stat_outputs;
 };
 
 struct cmd_end_pdu {