Rename bt_notification_packet_start to "begin"
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.c
index 692ed6a93bae231a4089f67a81001450d03c4cfb..106d20022019ccfd270ae53dd00a97a055360e3f 100644 (file)
@@ -1896,7 +1896,7 @@ void notify_new_packet(struct bt_ctf_notif_iter *notit,
                return;
        }
 
-       ret = bt_notification_packet_start_create(notit->packet);
+       ret = bt_notification_packet_begin_create(notit->packet);
        if (!ret) {
                return;
        }
This page took 0.023467 seconds and 4 git commands to generate.