Visibility: split graph API into public and private interfaces
[babeltrace.git] / include / babeltrace / component / component-filter-internal.h
index 1d4cc9a78a2ca84bffccbffc7713785f6b3910a8..71690cad3e7e3e39156f5743defceb2a8f1aefa4 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.022845 seconds and 4 git commands to generate.