commit | 37db14feece08eb6e43de87c404180650ed5aa6f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Sep 30 17:00:42 2011 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 30 17:00:42 2011 -0600 |
tree | 2aa534ece76217d2277ab621929dffc8889753d1 | |
parent | 132159a5a062cabfe963b3d57e82a80741bf5506 [diff] [blame] |
Start of functional client Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/fio.c b/fio.c index a15080b..bd566e8 100644 --- a/fio.c +++ b/fio.c
@@ -139,9 +139,7 @@ if (!threads) break; update_io_ticks(); - - if (!is_backend) - print_thread_status(); + print_thread_status(); } return NULL; @@ -1696,6 +1694,8 @@ int exec_run(void) { + if (is_client) + return fio_handle_clients(); if (exec_profile && load_profile(exec_profile)) return 1;