Replace add_iterator methods by a single new_connection method
[babeltrace.git] / include / babeltrace / component / component-internal.h
index 3915cd836545b3a65205226a71574eb51e1c0ff2..b6dfc880182f507a09e0b73e814e27edff4ba2ab 100644 (file)
@@ -67,6 +67,11 @@ BT_HIDDEN
 struct bt_notification_iterator *bt_component_create_iterator(
                struct bt_component *component, void *init_method_data);
 
+BT_HIDDEN
+enum bt_component_status bt_component_new_connection(
+               struct bt_component *component, struct bt_port *own_port,
+               struct bt_connection *connection);
+
 BT_HIDDEN
 void bt_component_set_graph(struct bt_component *component,
                struct bt_graph *graph);
This page took 0.02414 seconds and 4 git commands to generate.