X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fself-component-sink.h;fp=include%2Fbabeltrace%2Fgraph%2Fself-component-sink.h;h=bdb76c8a44556ad92a27720fa1dd87c6f84f730f;hb=707b7d3548cc010d582f7faed43630aed26508fd;hp=b98e764b71535deaa14d93e1b805ff5c8bdf75cb;hpb=db5504f973efded14c592f5404cce39c9b566329;p=babeltrace.git diff --git a/include/babeltrace/graph/self-component-sink.h b/include/babeltrace/graph/self-component-sink.h index b98e764b..bdb76c8a 100644 --- a/include/babeltrace/graph/self-component-sink.h +++ b/include/babeltrace/graph/self-component-sink.h @@ -38,7 +38,7 @@ struct bt_self_component_sink; struct bt_self_component_port_input; static inline -struct bt_self_component *bt_self_component_sink_borrow_self_component( +struct bt_self_component *bt_self_component_sink_as_self_component( struct bt_self_component_sink *self_comp_sink) { return (void *) self_comp_sink; @@ -46,7 +46,7 @@ struct bt_self_component *bt_self_component_sink_borrow_self_component( static inline struct bt_component_sink * -bt_self_component_sink_borrow_component_sink( +bt_self_component_sink_as_component_sink( struct bt_self_component_sink *self_comp_sink) { return (void *) self_comp_sink;