Sinks own their input iterators
[babeltrace.git] / include / babeltrace / plugin / sink-internal.h
index 047d6d1cc9d4a28137bf02079afb2d7e3254e15c..b3a56f9526a09e6ec6898dfbe6ab051020d36ffe 100644 (file)
@@ -42,9 +42,13 @@ typedef uint32_t notification_mask_t;
 struct bt_component_sink {
        struct bt_component parent;
 
-       /* Component implementation callbacks */
-       bt_component_sink_handle_notification_cb handle_notification;
-       notification_mask_t registered_notifications_mask;
+       bt_component_sink_consume_cb consume;
+       bt_component_sink_add_iterator_cb add_iterator;
+       GPtrArray *inputs;
+       unsigned int min_input_count;
+       unsigned int max_input_count;
+       bool validated_inputs;
+/*     notification_mask_t registered_notifications_mask;*/
 };
 
 /**
This page took 0.023408 seconds and 4 git commands to generate.