From: Jonathan Rajotte Date: Wed, 29 Apr 2020 19:36:00 +0000 (-0400) Subject: condition: implement lttng_condition_event_rule_get_internal_capture_descriptor_at_index X-Git-Tag: v2.13.0-rc1~250 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=6fb7c69074b6884da56bb0758e92e1c7f7859859;hp=6fb7c69074b6884da56bb0758e92e1c7f7859859;p=lttng-tools.git condition: implement lttng_condition_event_rule_get_internal_capture_descriptor_at_index The lttng_capture_descriptor object is only exposed internally. A getter is necessary to allow more control on the lttng_capture_descriptor object. This will be reused to set the bytecode later in the patchset. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I7fdfdc9d2ac1920bcf1a098352dfd105949e1062 Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 ---