Make histogram samples non-cumulative by tracking a linked-list
[fio.git] / server.h
index 7fc3ec6c10affee082711fc43fdb5a8b06a8e764..fb384fb15feb7ea185230bfcbb39794179443371 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 53,
+       FIO_SERVER_VER                  = 56,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,