X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-packet.h;h=a6d6c7fa015470909e622c62aac5214833e2a815;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hp=38c4f6e6f1f3a5b75ac1580cff3bf4b8e5d3b7c8;hpb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-packet.h b/include/babeltrace/graph/notification-packet.h index 38c4f6e6..a6d6c7fa 100644 --- a/include/babeltrace/graph/notification-packet.h +++ b/include/babeltrace/graph/notification-packet.h @@ -2,8 +2,6 @@ #define BABELTRACE_GRAPH_NOTIFICATION_PACKET_H /* - * BabelTrace - Plug-in Packet-related Notifications - * * Copyright 2016 Jérémie Galarneau * * Author: Jérémie Galarneau @@ -34,18 +32,10 @@ extern "C" { struct bt_notification; struct bt_packet; -extern struct bt_notification *bt_notification_packet_begin_create( - struct bt_packet *packet); - -extern struct bt_notification *bt_notification_packet_end_create( - struct bt_packet *packet); - -/*** BT_NOTIFICATION_TYPE_PACKET_BEGIN ***/ -extern struct bt_packet *bt_notification_packet_begin_get_packet( +extern const struct bt_packet *bt_notification_packet_begin_borrow_packet( struct bt_notification *notification); -/*** BT_NOTIFICATION_TYPE_PACKET_END ***/ -extern struct bt_packet *bt_notification_packet_end_get_packet( +extern const struct bt_packet *bt_notification_packet_end_borrow_packet( struct bt_notification *notification); #ifdef __cplusplus