X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-packet.h;h=e3c9d55b401e094c5d575497b69a157c050d932c;hb=f7c3ac094e2acbce27394a6165956bcb41ee7d1b;hp=6b237c3b2e93fa1eef2083022212652198e6d334;hpb=a6918753fb268b5f69f80d2bb2d72fcc3de0f63b;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-packet.h b/include/babeltrace/graph/notification-packet.h index 6b237c3b..e3c9d55b 100644 --- a/include/babeltrace/graph/notification-packet.h +++ b/include/babeltrace/graph/notification-packet.h @@ -37,11 +37,14 @@ 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_begin_create( + struct bt_graph *graph, struct bt_packet *packet); + +extern +struct bt_notification *bt_notification_packet_end_create( + struct bt_graph *graph, struct bt_packet *packet); -extern struct bt_notification *bt_notification_packet_end_create( - struct bt_packet *packet); extern struct bt_packet *bt_notification_packet_begin_borrow_packet( struct bt_notification *notification);