X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=cli%2Fbabeltrace-cfg.h;h=89065244352a1e4a8c1f35f6a6f185840f6f40d4;hb=75a2cb9b57e2c15bd86bf4f2bd29fcf674313a38;hp=b9a4b5edd89736c274f1b002bbda241817347976;hpb=297941e39c831c8a469b0d39ac7c06897a8d01dc;p=babeltrace.git diff --git a/cli/babeltrace-cfg.h b/cli/babeltrace-cfg.h index b9a4b5ed..89065244 100644 --- a/cli/babeltrace-cfg.h +++ b/cli/babeltrace-cfg.h @@ -92,6 +92,12 @@ struct bt_config { * to retry to run the graph. */ uint64_t retry_duration_us; + + /* + * Whether or not to trim the source trace to the + * intersection of its streams. + */ + bool stream_intersection_mode; } run; /* BT_CONFIG_COMMAND_HELP */