X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-notification-packet.h;h=e895255eca20a286a42251dc4cbf2bd7946479da;hp=cd7c548afdb6b99b37c230667a538d90f6b979aa;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hpb=05e2128659970c32648a01255ed870449f05d518 diff --git a/include/babeltrace/graph/private-notification-packet.h b/include/babeltrace/graph/private-notification-packet.h index cd7c548a..e895255e 100644 --- a/include/babeltrace/graph/private-notification-packet.h +++ b/include/babeltrace/graph/private-notification-packet.h @@ -31,23 +31,23 @@ extern "C" { struct bt_private_notification; struct bt_self_notification_iterator; -struct bt_private_packet; +struct bt_packet; extern struct bt_private_notification *bt_private_notification_packet_begin_create( struct bt_self_notification_iterator *notification_iterator, - struct bt_private_packet *packet); + struct bt_packet *packet); extern struct bt_private_notification *bt_private_notification_packet_end_create( struct bt_self_notification_iterator *notification_iterator, - struct bt_private_packet *packet); + struct bt_packet *packet); -extern struct bt_private_packet * +extern struct bt_packet * bt_private_notification_packet_begin_borrow_packet( struct bt_private_notification *notification); -extern struct bt_private_packet * +extern struct bt_packet * bt_private_notification_packet_end_borrow_packet( struct bt_private_notification *notification);