Accept port connection method: take other port as parameter
[babeltrace.git] / plugins / writer / writer.c
index 360d0d685d12c171c6e792088636f5ce9e4bfade..6d06468f83f3fe84b29593590b3021d0fcc1cb00 100644 (file)
@@ -189,7 +189,8 @@ end:
 static
 enum bt_component_status writer_component_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.024543 seconds and 4 git commands to generate.