Accept port connection method: take other port as parameter
[babeltrace.git] / plugins / text / text.c
index ecd6bbea65e54fc2a2336e5cc1896192a799ce68..5f833fe5ac22f091557d5d6ebfa57a2990361546 100644 (file)
@@ -163,7 +163,8 @@ end:
 static
 enum bt_component_status text_accept_port_connection(
                struct bt_private_component *component,
-               struct bt_private_port *self_port)
+               struct bt_private_port *self_port,
+               struct bt_port *other_port)
 {
        enum bt_component_status ret = BT_COMPONENT_STATUS_OK;
        struct bt_private_connection *connection;
This page took 0.023961 seconds and 4 git commands to generate.