Rename bt_X_from_private_X() -> bt_X_from_private()
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index f99d125f77e395b4483036b17c18a375744300ae..587e4822b245b9920e6c4ab598399358b1b8419c 100644 (file)
@@ -60,7 +60,7 @@ struct bt_connection {
 };
 
 static inline
-struct bt_connection *bt_connection_from_private(
+struct bt_connection *bt_connection_borrow_from_private(
                struct bt_private_connection *private_connection)
 {
        return (void *) private_connection;
This page took 0.023999 seconds and 4 git commands to generate.