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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 15 Aug 2019 15:41:44 +0000 (11:41 -0400)
commitc6fe8c4012c19ba7ab7fc16853a464e0381d6290
tree014201d1470304358c25749c60df2e4711d028c9
parentd8e2073cd8f489baab09894fa2ed3e976a235eb0
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.024399 seconds and 4 git commands to generate.