client/server: pass type of client to the backend
[fio.git] / profile.c
index 855dde3e6d1efb2c316d28265be80754d604283b..c97584372b52c957944a8aac122eba3e5fa183e7 100644 (file)
--- a/profile.c
+++ b/profile.c
@@ -31,7 +31,7 @@ int load_profile(const char *profile)
        ops = find_profile(profile);
        if (ops) {
                ops->prep_cmd();
-               add_job_opts(ops->cmdline);
+               add_job_opts(ops->cmdline, FIO_CLIENT_TYPE_CLI);
                return 0;
        }