lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / trace-ir / private-stream-class.h
index 1f34a7e61eea63f90406edbd954fa6e82a674e1b..78113db07ed6f16d752c3fcfbb5f57bb56e7f2f6 100644 (file)
@@ -44,7 +44,7 @@ struct bt_private_event_class;
 struct bt_private_clock_class;
 
 static inline
-struct bt_stream_class *bt_private_stream_class_borrow_stream_class(
+struct bt_stream_class *bt_private_stream_class_as_stream_class(
                struct bt_private_stream_class *priv_stream_class)
 {
        return (void *) priv_stream_class;
This page took 0.023809 seconds and 4 git commands to generate.