X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-filter.h;h=89238f2817bbfc34c68ef3641eb691f157b2d0a1;hp=ebc5538739b15c9401f3bcbc66f006e00bd41214;hb=707b7d3548cc010d582f7faed43630aed26508fd;hpb=db5504f973efded14c592f5404cce39c9b566329 diff --git a/include/babeltrace/graph/component-filter.h b/include/babeltrace/graph/component-filter.h index ebc55387..89238f28 100644 --- a/include/babeltrace/graph/component-filter.h +++ b/include/babeltrace/graph/component-filter.h @@ -37,7 +37,7 @@ struct bt_port_input; struct bt_port_output; static inline -struct bt_component *bt_component_filter_borrow_component( +struct bt_component *bt_component_filter_as_component( struct bt_component_filter *component) { return (void *) component;