Fix: params arg parsing: apply to current component params
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Dec 2016 06:35:57 +0000 (07:35 +0100)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
commit560ff91c0831249636e12ba16437ec9083d9b077
treea52d1a15950c34fe8434960d9bee2658b483f653
parent65582340781550cabe5abba1aa5c96d68edc18fd
Fix: params arg parsing: apply to current component params

We want to extend the current component params, not the base params. The
base params are already copied into the component's params when we get
the --source or --sink parameters.

Allow multiple --params (additive) to be passed to a component.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace-cfg.c
This page took 0.024193 seconds and 4 git commands to generate.