ir: fields.c: fix public function names to get/set struct. field
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 12 Jun 2017 22:03:40 +0000 (18:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 14 Jun 2017 22:09:40 +0000 (18:09 -0400)
commit4d8ce03f185f10e7c7478a30ec92e9226409f19a
treed16506ac8a532c31eab42d121d399a95d7e1ae9f
parent081464723c3c3dfb48ad428322d07b90465a5667
ir: fields.c: fix public function names to get/set struct. field

To remain symmetric, use bt_ctf_field_structure_get_field_by_name() and
bt_ctf_field_structure_set_field_by_name(), as it is possible that
bt_ctf_field_structure_set_field_by_index() exists in the future.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/fields.h
lib/ctf-ir/event.c
lib/ctf-ir/fields.c
plugins/lttng-utils/copy.c
This page took 0.025306 seconds and 4 git commands to generate.