lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / private-component.h
index cdbeb2a4d38e8b718e4e6eaaaf72647207ed6c0c..f26630111c8bd05bf735bcd72f6de2facfdda25d 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/component.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_component;
 struct bt_private_component;
 
-struct bt_component *bt_component_from_private_component(
+extern struct bt_component *bt_component_borrow_from_private(
                struct bt_private_component *private_component);
 
 extern void *bt_private_component_get_user_data(
This page took 0.023821 seconds and 4 git commands to generate.