X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fself-component-filter.h;h=4aef3cccf683b0064dca54e3671f1364dd682435;hb=707b7d3548cc010d582f7faed43630aed26508fd;hp=ad23cdeeb43bf741db46142aec893e17dc56cc55;hpb=db5504f973efded14c592f5404cce39c9b566329;p=babeltrace.git diff --git a/include/babeltrace/graph/self-component-filter.h b/include/babeltrace/graph/self-component-filter.h index ad23cdee..4aef3ccc 100644 --- a/include/babeltrace/graph/self-component-filter.h +++ b/include/babeltrace/graph/self-component-filter.h @@ -39,7 +39,7 @@ struct bt_self_component_port_input; struct bt_self_component_port_output; static inline -struct bt_self_component *bt_self_component_filter_borrow_self_component( +struct bt_self_component *bt_self_component_filter_as_self_component( struct bt_self_component_filter *self_comp_filter) { return (void *) self_comp_filter; @@ -47,7 +47,7 @@ struct bt_self_component *bt_self_component_filter_borrow_self_component( static inline struct bt_component_filter * -bt_self_component_filter_borrow_component_filter( +bt_self_component_filter_as_component_filter( struct bt_self_component_filter *self_comp_filter) { return (void *) self_comp_filter;