cli: apply parameters (`--params` option) to leftovers
[babeltrace.git] / src / cli / babeltrace2-cfg-src-auto-disc.h
index 0d85c05e7ba98811cea5280513468e1b2d2a8f33..d6192cd9bccfc028b3d728e9df7c05bae20148bd 100644 (file)
@@ -51,6 +51,12 @@ struct auto_source_discovery_result {
 
        /* Array of input strings. */
        bt_value *inputs;
+
+       /*
+        * Array of integers: indices of the original inputs that contributed
+        * to this result.
+        */
+       bt_value *original_input_indices;
 };
 
 int auto_source_discovery_init(struct auto_source_discovery *auto_disc);
This page took 0.023261 seconds and 4 git commands to generate.