Make td_verror() use an unsigned type
[fio.git] / server.h
index 8f79c14ae33474cdf39418b147b4991779926cd4..3a279f0b1095c33b6e2a6f9fc7155f7a7ad3da35 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 32,
+       FIO_SERVER_VER                  = 33,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,