lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / private-component.h
index 583e7e363bfb7e4595ceb59f16b69d39c3a74670..f26630111c8bd05bf735bcd72f6de2facfdda25d 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/component.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_component;
 struct bt_private_component;
 
-extern 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.026132 seconds and 4 git commands to generate.