X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fself-component-source.h;fp=include%2Fbabeltrace%2Fgraph%2Fself-component-source.h;h=95ccdb7a9ad45c787cdfaf7c015ffd7a238a2bc6;hb=707b7d3548cc010d582f7faed43630aed26508fd;hp=61bacd194595bfff735d0848df437f00ff8f5214;hpb=db5504f973efded14c592f5404cce39c9b566329;p=babeltrace.git diff --git a/include/babeltrace/graph/self-component-source.h b/include/babeltrace/graph/self-component-source.h index 61bacd19..95ccdb7a 100644 --- a/include/babeltrace/graph/self-component-source.h +++ b/include/babeltrace/graph/self-component-source.h @@ -38,7 +38,7 @@ struct bt_self_component_source; struct bt_self_component_port_output; static inline -struct bt_self_component *bt_self_component_source_borrow_self_component( +struct bt_self_component *bt_self_component_source_as_self_component( struct bt_self_component_source *self_comp_source) { return (void *) self_comp_source; @@ -46,7 +46,7 @@ struct bt_self_component *bt_self_component_source_borrow_self_component( static inline struct bt_component_source * -bt_self_component_source_borrow_component_source( +bt_self_component_source_as_component_source( struct bt_self_component_source *self_comp_source) { return (void *) self_comp_source;