client: initial support for multiple connections
[fio.git] / init.c
diff --git a/init.c b/init.c
index 28852fb7005d0bdce3e2e14e6dd62d94e40721e8..19f94e59ce6af5d51fb31b164bb3c97b7db6e8a7 100644 (file)
--- a/init.c
+++ b/init.c
@@ -177,16 +177,6 @@ static struct option l_opts[FIO_NR_OPTIONS] = {
        },
 };
 
-FILE *get_f_out()
-{
-       return f_out;
-}
-
-FILE *get_f_err()
-{
-       return f_err;
-}
-
 /*
  * Return a free job structure.
  */
@@ -1395,7 +1385,7 @@ int parse_options(int argc, char *argv[])
                if (fill_def_thread())
                        return 1;
                if (is_client) {
-                       if (fio_client_send_ini(ini_file[i]))
+                       if (fio_client_send_ini(client, ini_file[i]))
                                return 1;
                } else {
                        if (parse_jobs_ini(ini_file[i], 0, i))