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 19:06:56 +0000 (15:06 -0400)
commit2225de6b8f05fe96d5b85d02e82fb5bf82903f44
treea46112f757964e7ebd7d096a14eddd4f92627556
parentc5410abe92de715d1e82b5b9e77c2e7238b63fe7
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.029803 seconds and 4 git commands to generate.