Add ports to the source, filter and sink component interfaces
[babeltrace.git] / include / babeltrace / component / component-sink-internal.h
index a8e0eb783127c78a1ecd6acf1b31f72ab805ae0f..81833e66406820d8a9e3d8eb875f618cd8367945 100644 (file)
@@ -30,7 +30,6 @@
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/component/component-internal.h>
 #include <babeltrace/component/component-class-internal.h>
-#include <babeltrace/component/component-input-internal.h>
 
 struct bt_value;
 
@@ -38,7 +37,7 @@ struct bt_value;
 
 struct bt_component_sink {
        struct bt_component parent;
-       struct component_input input;
+       GPtrArray *input_ports;
 /*     notification_mask_t registered_notifications_mask;*/
 };
 
This page took 0.024054 seconds and 4 git commands to generate.