ir: rename bt_ctf_node -> bt_ctf_scope
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 Feb 2016 08:24:13 +0000 (03:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 19 Feb 2016 21:22:11 +0000 (16:22 -0500)
commit46df6b28f5437bb7c69bede3b09758c45d9440fd
tree91b33684ec7a5f13b874942a108337bbf8378279
parentb011f6b0d77e0a93fffa1b47ee32e1b07dd16a8a
ir: rename bt_ctf_node -> bt_ctf_scope

"scope" is more conforming to the CTF nomenclature than "node".

Note that this changes the Babeltrace 1.x API, but this API is
expected to be hidden from the user starting from Babeltrace 2.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
12 files changed:
bindings/python/nativebt.i
bindings/python/python-complements.c
bindings/python/python-complements.h
doc/API.txt
formats/ctf/events.c
formats/ctf/ir/field-path.c
formats/ctf/ir/resolve.c
include/babeltrace/ctf-ir/event-types.h
include/babeltrace/ctf-ir/field-path-internal.h
include/babeltrace/ctf-ir/field-path.h
include/babeltrace/ctf/events.h
tests/lib/test_bt_ctf_field_type_validation.c
This page took 0.025016 seconds and 4 git commands to generate.