X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=cli%2Fbabeltrace-cfg.h;h=864f3daff1514a8db894b13c81010abf9bcc3cd5;hb=c327e42769274818525f06b94a10599715da67a0;hp=89065244352a1e4a8c1f35f6a6f185840f6f40d4;hpb=dbce340312229c79eb0c09ef132950cf673a9193;p=babeltrace.git diff --git a/cli/babeltrace-cfg.h b/cli/babeltrace-cfg.h index 89065244..864f3daf 100644 --- a/cli/babeltrace-cfg.h +++ b/cli/babeltrace-cfg.h @@ -114,11 +114,13 @@ struct bt_config { /* BT_CONFIG_COMMAND_PRINT_CTF_METADATA */ struct { GString *path; + GString *output_path; } print_ctf_metadata; /* BT_CONFIG_COMMAND_PRINT_LTTNG_LIVE_SESSIONS */ struct { GString *url; + GString *output_path; } print_lttng_live_sessions; } cmd_data; };