lib: add bt_field_class_variant_borrow_option_by_{index,name}()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 14 Aug 2019 02:01:03 +0000 (22:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:21 +0000 (11:58 -0400)
commit34dd2c30aa07059403215beea4134a940396c807
treef31d8cd81ebf1f02125f4be32d8c0d329b372afe
parentffe40722d1010c43e899e9fc45c6107a51efaf9f
lib: add bt_field_class_variant_borrow_option_by_{index,name}()

Those are non-const versions of the existing
bt_field_class_variant_borrow_option_by_index_const() and
bt_field_class_variant_borrow_option_by_name_const().

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I322c202c35d815012d2f6de494dce76a161692e4
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1920
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
include/babeltrace2/trace-ir/field-class.h
src/lib/trace-ir/field-class.c
This page took 0.024612 seconds and 4 git commands to generate.