src/cpp-common/bt2: wrap option with selector field loc. FC API
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 11 May 2022 16:21:15 +0000 (12:21 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
commit49b6aa6e5e9caf52305cb1cec8b8dc9aa7273b78
tree5728b9bbf9cc56aa0b71325a10bdb7fe31a1ff65
parent707e64c06295ced92eddff882a2e16167ca992b1
src/cpp-common/bt2: wrap option with selector field loc. FC API

This patch adds what's needed to the C++ libbabeltrace2 wrappers to
wrap:

* bt_field_class_option_with_selector_field_borrow_selector_field_location_const()
* bt_field_class_option_without_selector_field_location_create()
* bt_field_class_option_with_selector_field_location_bool_create()
* bt_field_class_option_with_selector_field_location_integer_unsigned_create()
* bt_field_class_option_with_selector_field_location_integer_signed_create()

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Iaf20856ee2533a061560abf79c91a69b2dab20b5
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8018
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12701
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2/field-class.hpp
src/cpp-common/bt2/trace-ir.hpp
This page took 0.026325 seconds and 4 git commands to generate.