X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fself-component-port-input.h;h=d25e114479890fd8077e9a04ec12c40b60a2c486;hp=a133059f04457097cf359a79389b8d3dca4a6638;hb=707b7d3548cc010d582f7faed43630aed26508fd;hpb=db5504f973efded14c592f5404cce39c9b566329 diff --git a/include/babeltrace/graph/self-component-port-input.h b/include/babeltrace/graph/self-component-port-input.h index a133059f..d25e1144 100644 --- a/include/babeltrace/graph/self-component-port-input.h +++ b/include/babeltrace/graph/self-component-port-input.h @@ -36,14 +36,14 @@ struct bt_self_component_port_input; static inline struct bt_self_component_port * -bt_self_component_port_input_borrow_self_component_port( +bt_self_component_port_input_as_self_component_port( struct bt_self_component_port_input *self_component_port) { return (void *) self_component_port; } static inline -struct bt_port_input *bt_self_component_port_input_borrow_port_input( +struct bt_port_input *bt_self_component_port_input_as_port_input( struct bt_self_component_port_input *self_component_port) { return (void *) self_component_port;