Fix overflow of counters incremented on each I/O operation
[fio.git] / server.h
index cabd4473da50deb21067ff0ddb006db57f59ef00..bd892fcc1ad6b02c70a35569435f1d5b5484cba4 100644 (file)
--- a/server.h
+++ b/server.h
@@ -49,7 +49,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 70,
+       FIO_SERVER_VER                  = 71,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,