Allow a component to remove a port and any user to disconnect one
[babeltrace.git] / include / babeltrace / component / component-filter-internal.h
index 72bbbab1df1f58765e0c75d85d2b0d6ae03cd4ee..68598346c963a2fb5587160c56d787427748f906 100644 (file)
@@ -35,7 +35,6 @@ struct bt_value;
 
 struct bt_component_filter {
        struct bt_component parent;
-       GPtrArray *input_ports, *output_ports;
 };
 
 /**
@@ -49,6 +48,9 @@ BT_HIDDEN
 struct bt_component *bt_component_filter_create(
                struct bt_component_class *class, struct bt_value *params);
 
+BT_HIDDEN
+void bt_component_filter_destroy(struct bt_component *component);
+
 /**
  * Validate a filter component.
  *
This page took 0.024324 seconds and 4 git commands to generate.