Fix: pass `inputs` parameter to implicit `src.ctf.lttng-live`, not `url`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 16 Aug 2019 22:06:41 +0000 (18:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:22 +0000 (11:58 -0400)
commit2df75e060eeb31091f39b9b26d59c0c58752ebf3
treee7c56ad06b85736cf34e9387f2b8ff7b14ef3658
parentc54abe7826293ffe352119b30d0c12c9216b4cfc
Fix: pass `inputs` parameter to implicit `src.ctf.lttng-live`, not `url`

Since the `src.ctf.lttng-live` component class started to handle the
`babeltrace.support-info` query object, its component accepts the
`inputs` array parameter, not the `url` string parameter.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I5d74a16c50ba16518a12be9064afd604c456e3fb
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1959
Tested-by: jenkins <jenkins@lttng.org>
src/cli/babeltrace2-cfg-cli-args.c
tests/cli/convert/test_convert_args
This page took 0.023824 seconds and 4 git commands to generate.