summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2013-01-30 12:56:23 +0100
committerJens Axboe <axboe@kernel.dk>2013-01-30 12:56:23 +0100
commit771e58befea806d2d881953050c4e65329eee382 (patch)
tree7425ac432ba1a4d6e55c583bb13de12e895e9066 /server.h
parent30a4588ac62017cf6ff9a64a4d18118251d8713f (diff)
downloadfio-771e58befea806d2d881953050c4e65329eee382.tar.gz
Add unified_rw_reporting option
If this is set, then fio will sum and display just a single set of statistics for any IO type. By default, fio accounts and reports each data direction separately. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.h b/server.h
index 3f1bde4e..15b802b4 100644
--- a/server.h
+++ b/server.h
@@ -36,7 +36,7 @@ struct fio_net_int_cmd {
};
enum {
- FIO_SERVER_VER = 9,
+ FIO_SERVER_VER = 10,
FIO_SERVER_MAX_PDU = 1024,