ref.h: doc: fix typo
[babeltrace.git] / include / babeltrace / plugin / sink-internal.h
index 047d6d1cc9d4a28137bf02079afb2d7e3254e15c..5d0588aa30d99b831d0456f866ae05ecfb641b77 100644 (file)
@@ -31,6 +31,7 @@
 #include <babeltrace/plugin/component-internal.h>
 #include <babeltrace/plugin/component-class-internal.h>
 #include <babeltrace/plugin/plugin-system.h>
+#include <babeltrace/plugin/input.h>
 
 struct bt_value;
 
@@ -38,13 +39,14 @@ struct bt_component_sink_class {
        struct bt_component_class parent;
 };
 
-typedef uint32_t notification_mask_t;
+//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;
+       struct component_input input;
+/*     notification_mask_t registered_notifications_mask;*/
 };
 
 /**
This page took 0.022823 seconds and 4 git commands to generate.