X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fself-component-port-output.h;h=6857f3e84604a3245484688a6415c47866ca6bfe;hb=707b7d3548cc010d582f7faed43630aed26508fd;hp=eaf5d9125c28602738a1405c9306284bd02e1e95;hpb=db5504f973efded14c592f5404cce39c9b566329;p=babeltrace.git diff --git a/include/babeltrace/graph/self-component-port-output.h b/include/babeltrace/graph/self-component-port-output.h index eaf5d912..6857f3e8 100644 --- a/include/babeltrace/graph/self-component-port-output.h +++ b/include/babeltrace/graph/self-component-port-output.h @@ -36,14 +36,14 @@ struct bt_self_component_port_output; static inline struct bt_self_component_port * -bt_self_component_port_output_borrow_self_component_port( +bt_self_component_port_output_as_self_component_port( struct bt_self_component_port_output *self_component_port) { return (void *) self_component_port; } static inline -struct bt_port_output *bt_self_component_port_output_borrow_port_output( +struct bt_port_output *bt_self_component_port_output_as_port_output( struct bt_self_component_port_output *self_component_port) { return (void *) self_component_port;