Hide bt_component_sink_consume
[babeltrace.git] / include / babeltrace / component / component-sink-internal.h
index 81833e66406820d8a9e3d8eb875f618cd8367945..b7cb7a386f416458ca96d060357b40af59e5c886 100644 (file)
@@ -62,4 +62,14 @@ BT_HIDDEN
 enum bt_component_status bt_component_sink_validate(
                struct bt_component *component);
 
+/**
+ * Process one event, consuming from sources as needed.
+ *
+ * @param component    Component instance
+ * @returns            One of #bt_component_status values
+ */
+BT_HIDDEN
+enum bt_component_status bt_component_sink_consume(
+               struct bt_component *component);
+
 #endif /* BABELTRACE_COMPONENT_SINK_INTERNAL_H */
This page took 0.024855 seconds and 4 git commands to generate.