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>
Sun, 17 Sep 2017 18:10:50 +0000 (14:10 -0400)
commit417654494f3cc7db84c4da33bfdb3475a6a26012
tree2677d81e39a5dcd34e9cf028c2dedeaeeb208d60
parente0831b38938074ba6094cf1fc96c2fbe4bee0c09
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.0273 seconds and 4 git commands to generate.