Rename bt_X_from_private_X() -> bt_X_from_private()
[babeltrace.git] / tests / plugins / test-utils-muxer.c
index 6a94a5478ffaac444501595b1e235cf835f79773..0430b7f7edaf8773b34c5f17490061518046ca10 100644 (file)
@@ -404,7 +404,7 @@ enum bt_notification_iterator_status src_iter_init(
 {
        struct src_iter_user_data *user_data =
                g_new0(struct src_iter_user_data, 1);
-       struct bt_port *port = bt_port_from_private_port(private_port);
+       struct bt_port *port = bt_port_from_private(private_port);
        const char *port_name;
        int ret;
 
This page took 0.024357 seconds and 4 git commands to generate.