debug: fix inverted logic in fio_did_warn()
[fio.git] / server.h
index ba3abfeb32287e777eb93e867a6f0e72a13a34c8..cabd4473da50deb21067ff0ddb006db57f59ef00 100644 (file)
--- a/server.h
+++ b/server.h
@@ -49,7 +49,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 66,
+       FIO_SERVER_VER                  = 70,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,