Allow a component to remove a port and any user to disconnect one
[babeltrace.git] / include / babeltrace / component / component-sink-internal.h
index 90f6dbc2cf2b94c6cc0ba551bd39412ae399c90a..465fa54b3983e838e0fa4a9f9c374bf830482edc 100644 (file)
@@ -38,8 +38,6 @@ struct bt_value;
 
 struct bt_component_sink {
        struct bt_component parent;
-       GPtrArray *input_ports;
-/*     notification_mask_t registered_notifications_mask;*/
 };
 
 /**
@@ -53,6 +51,9 @@ BT_HIDDEN
 struct bt_component *bt_component_sink_create(
                struct bt_component_class *class, struct bt_value *params);
 
+BT_HIDDEN
+void bt_component_sink_destroy(struct bt_component *component);
+
 /**
  * Validate a sink component.
  *
This page took 0.024386 seconds and 4 git commands to generate.