lib: remove bt_self_port{,_input,_output}
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 11 Sep 2019 15:43:19 +0000 (11:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 14:45:10 +0000 (10:45 -0400)
commit149c1f3a7123561bb5fb9bd992533083a8a29928
tree44d0d8c09521b5f46bae51a7d2f412687a190320
parenta6f9368330d7dd3f9ca5d8e75fafc67e5be982f9
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.026035 seconds and 4 git commands to generate.