Rename bt_X_from_private_X() -> bt_X_from_private()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 6 Sep 2017 00:27:30 +0000 (20:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 15 Sep 2017 18:49:04 +0000 (14:49 -0400)
commit6d137876393a3a8af5e4ad756c4ae849be0399c9
tree568ab1485796b9bb04ba7009dbba93536ad6f6c1
parent9d408fcae74602e3591f66623ceb85f482d948ed
Rename bt_X_from_private_X() -> bt_X_from_private()

The second object's name is redundant in this context and only makes the
function name longer (sometimes much longer).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
26 files changed:
bindings/python/bt2/bt2/component.py
bindings/python/bt2/bt2/connection.py
bindings/python/bt2/bt2/native_btcomponent.i
bindings/python/bt2/bt2/native_btcomponentclass.i
bindings/python/bt2/bt2/native_btconnection.i
bindings/python/bt2/bt2/native_btport.i
bindings/python/bt2/bt2/port.py
include/babeltrace/graph/component-internal.h
include/babeltrace/graph/connection-internal.h
include/babeltrace/graph/notification-iterator-internal.h
include/babeltrace/graph/port-internal.h
include/babeltrace/graph/private-component.h
include/babeltrace/graph/private-connection-private-notification-iterator.h
include/babeltrace/graph/private-connection.h
include/babeltrace/graph/private-port.h
lib/graph/component.c
lib/graph/connection.c
lib/graph/filter.c
lib/graph/iterator.c
lib/graph/port.c
lib/graph/sink.c
lib/graph/source.c
plugins/ctf/lttng-live/lttng-live.c
plugins/utils/muxer/muxer.c
tests/lib/test_graph_topo.c
tests/plugins/test-utils-muxer.c
This page took 0.027227 seconds and 4 git commands to generate.