Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / graph / notification-packet.h
index 3a98091018c32c7f66c79443a355ec120b270959..38c4f6e6f1f3a5b75ac1580cff3bf4b8e5d3b7c8 100644 (file)
@@ -32,20 +32,20 @@ extern "C" {
 #endif
 
 struct bt_notification;
-struct bt_ctf_packet;
+struct bt_packet;
 
 extern struct bt_notification *bt_notification_packet_begin_create(
-               struct bt_ctf_packet *packet);
+               struct bt_packet *packet);
 
 extern struct bt_notification *bt_notification_packet_end_create(
-               struct bt_ctf_packet *packet);
+               struct bt_packet *packet);
 
 /*** BT_NOTIFICATION_TYPE_PACKET_BEGIN ***/
-extern struct bt_ctf_packet *bt_notification_packet_begin_get_packet(
+extern struct bt_packet *bt_notification_packet_begin_get_packet(
                struct bt_notification *notification);
 
 /*** BT_NOTIFICATION_TYPE_PACKET_END ***/
-extern struct bt_ctf_packet *bt_notification_packet_end_get_packet(
+extern struct bt_packet *bt_notification_packet_end_get_packet(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.023788 seconds and 4 git commands to generate.