X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcli%2Fbabeltrace2-cfg-src-auto-disc.h;h=d6192cd9bccfc028b3d728e9df7c05bae20148bd;hb=1ead9076477cc6be07b0c48ce02fa40e49ddc2f0;hp=0d85c05e7ba98811cea5280513468e1b2d2a8f33;hpb=612a98703cbf22bd57f49bb9a22154acb214fbf1;p=babeltrace.git diff --git a/src/cli/babeltrace2-cfg-src-auto-disc.h b/src/cli/babeltrace2-cfg-src-auto-disc.h index 0d85c05e..d6192cd9 100644 --- a/src/cli/babeltrace2-cfg-src-auto-disc.h +++ b/src/cli/babeltrace2-cfg-src-auto-disc.h @@ -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);