lib: graph: add "self" and some "private" APIs
[babeltrace.git] / include / babeltrace / graph / private-notification.h
index 60d3e3163eb9c54ead1928577120bf1fc6c2f542..72b3840bdd06ac0fb636ee29a003367223aa52af 100644 (file)
@@ -32,8 +32,12 @@ extern "C" {
 struct bt_notification;
 struct bt_private_notification;
 
-extern struct bt_notification *bt_notification_borrow_from_private(
-               struct bt_private_notification *priv_notif);
+static inline
+struct bt_notification *bt_private_notification_borrow_notification(
+               struct bt_private_notification *notification)
+{
+       return (void *) notification;
+}
 
 #ifdef __cplusplus
 }
This page took 0.02458 seconds and 4 git commands to generate.