lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / trace-ir / private-event-class.h
index 16262456e99b7ae71acd16839ed2f7fbd3c3d22b..5965137cf8ecff486ec7ea79c70617af0b947639 100644 (file)
@@ -42,7 +42,7 @@ struct bt_private_event_class;
 struct bt_private_stream_class;
 
 static inline
-struct bt_event_class *bt_private_event_class_borrow_event_class(
+struct bt_event_class *bt_private_event_class_as_event_class(
                struct bt_private_event_class *priv_event_class)
 {
        return (void *) priv_event_class;
This page took 0.024638 seconds and 4 git commands to generate.