X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Ftest-utils-muxer.c;h=ea5b46445a160aae4639f1aef6c606fa7ceefb81;hb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;hp=58a4331f3fa743de4a942b16a74542626928f043;hpb=d4393e0875e7b08f6ee97d617cc5f2c9286742a4;p=babeltrace.git diff --git a/tests/plugins/test-utils-muxer.c b/tests/plugins/test-utils-muxer.c index 58a4331f..ea5b4644 100644 --- a/tests/plugins/test-utils-muxer.c +++ b/tests/plugins/test-utils-muxer.c @@ -898,7 +898,8 @@ end: } static -void sink_port_connected(struct bt_private_component *private_component, +enum bt_component_status sink_port_connected( + struct bt_private_component *private_component, struct bt_private_port *self_private_port, struct bt_port *other_port) { @@ -914,6 +915,7 @@ void sink_port_connected(struct bt_private_component *private_component, priv_conn, &user_data->notif_iter); BT_ASSERT(conn_status == 0); bt_put(priv_conn); + return BT_COMPONENT_STATUS_OK; } static