Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / graph / notification-packet-internal.h
index 4d519544f289a1642a7c80cade6f12809042f026..7164d55baf07349f09df45143118387005f8d3eb 100644 (file)
 
 struct bt_notification_packet_begin {
        struct bt_notification parent;
-       struct bt_ctf_packet *packet;
+       struct bt_packet *packet;
 };
 
 struct bt_notification_packet_end {
        struct bt_notification parent;
-       struct bt_ctf_packet *packet;
+       struct bt_packet *packet;
 };
 
 static inline
-struct bt_ctf_packet *bt_notification_packet_begin_borrow_packet(
+struct bt_packet *bt_notification_packet_begin_borrow_packet(
                struct bt_notification *notif)
 {
        struct bt_notification_packet_begin *notif_packet_begin =
@@ -54,7 +54,7 @@ struct bt_ctf_packet *bt_notification_packet_begin_borrow_packet(
 }
 
 static inline
-struct bt_ctf_packet *bt_notification_packet_end_borrow_packet(
+struct bt_packet *bt_notification_packet_end_borrow_packet(
                struct bt_notification *notif)
 {
        struct bt_notification_packet_end *notif_packet_end =
This page took 0.023743 seconds and 4 git commands to generate.