Rename bt_notification_packet_start to "begin"
[babeltrace.git] / include / babeltrace / plugin / notification / packet.h
index dd5bc9099592bcfb13e5fbc4a3cf46c94e0c816b..c90b4c99991ae2be2f3a4132f1ef0506f73eb8d9 100644 (file)
@@ -35,10 +35,10 @@ extern "C" {
 
 struct bt_ctf_packet;
 
-/*** BT_NOTIFICATION_TYPE_PACKET_START ***/
-struct bt_notification *bt_notification_packet_start_create(
+/*** BT_NOTIFICATION_TYPE_PACKET_BEGIN ***/
+struct bt_notification *bt_notification_packet_begin_create(
                struct bt_ctf_packet *packet);
-struct bt_ctf_packet *bt_notification_packet_start_get_packet(
+struct bt_ctf_packet *bt_notification_packet_begin_get_packet(
                struct bt_notification *notification);
 
 /*** BT_NOTIFICATION_TYPE_PACKET_END ***/
This page took 0.024289 seconds and 4 git commands to generate.