Start of functional client
[fio.git] / fio.c
diff --git a/fio.c b/fio.c
index a15080b4a26e89bebea6edf5def458e701e0cddd..bd566e8eb7749c236652cf968cbd5444e539c2fb 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -139,9 +139,7 @@ static void *disk_thread_main(void *data)
                if (!threads)
                        break;
                update_io_ticks();
-
-               if (!is_backend)
-                       print_thread_status();
+               print_thread_status();
        }
 
        return NULL;
@@ -1696,6 +1694,8 @@ static void run_threads(void)
 
 int exec_run(void)
 {
+       if (is_client)
+               return fio_handle_clients();
        if (exec_profile && load_profile(exec_profile))
                return 1;