cli: support --output opt. for -o ctf-metadata and -i lttng-live
[babeltrace.git] / cli / babeltrace-cfg.h
index 89065244352a1e4a8c1f35f6a6f185840f6f40d4..864f3daff1514a8db894b13c81010abf9bcc3cd5 100644 (file)
@@ -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;
 };
This page took 0.022561 seconds and 4 git commands to generate.