lib: remove bt_self_port{,_input,_output}
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 11 Sep 2019 15:43:19 +0000 (11:43 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 12 Sep 2019 19:40:22 +0000 (15:40 -0400)
commit50e763f66f1e2016995f65c590bdbbae17b9b4ed
tree9ef9aff2df7ad5f70e38f842ad7d98db8843fbdb
parent2550c437c68a18aa8306f60f6fac142aca900b27
lib: remove bt_self_port{,_input,_output}

They are equivalent to/redundant with

- bt_self_component_port
- bt_self_component_port_input
- bt_self_component_port_output

Change-Id: I2c466d829f2fecd3567aea195aa08045be9b6f53
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2030
CI-Build: Francis Deslauriers <francis.deslauriers@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
include/babeltrace2/graph/self-message-iterator.h
include/babeltrace2/types.h
src/lib/graph/iterator.c
This page took 0.025674 seconds and 4 git commands to generate.