summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2010-03-25 10:42:49 +0100
committerJens Axboe <jens.axboe@oracle.com>2010-03-25 10:42:49 +0100
commit91da686ce2136e70c0ba734ad5698684582ab1b0 (patch)
tree0ff7134413e7803ed9a7390e7db3b2bb996d945e /init.c
parent3d73e5a9549d30324d1c5e31eb644077380c0b95 (diff)
downloadfio-91da686ce2136e70c0ba734ad5698684582ab1b0.tar.gz
Keep the global command line bw/lat logs separate from per job logs
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'init.c')
-rw-r--r--init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.c b/init.c
index 40a17ac6..69941b2e 100644
--- a/init.c
+++ b/init.c
@@ -881,9 +881,6 @@ static int fill_def_thread(void)
fio_fill_default_options(&def_thread);
def_thread.o.timeout = def_timeout;
- def_thread.o.write_bw_log = write_bw_log;
- def_thread.o.write_lat_log = write_lat_log;
-
return 0;
}