Trace IR and notification APIs: split into private and public APIs
[babeltrace.git] / include / babeltrace / graph / component.h
index c35685aa93e4a2c7daa3b88749294c213f9e55ab..efcb984817acb886aa0419b491a6b14e4de34c56 100644 (file)
@@ -87,13 +87,7 @@ bt_bool bt_component_is_sink(struct bt_component *component)
                BT_COMPONENT_CLASS_TYPE_SINK;
 }
 
-extern struct bt_graph *bt_component_borrow_graph(struct bt_component *component);
-
-static inline
-struct bt_graph *bt_component_get_graph(struct bt_component *component)
-{
-       return bt_object_get_ref(bt_component_borrow_graph(component));
-}
+extern bt_bool bt_component_graph_is_canceled(struct bt_component *component);
 
 #ifdef __cplusplus
 }
This page took 0.023582 seconds and 4 git commands to generate.