X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-packet.h;h=e3c9d55b401e094c5d575497b69a157c050d932c;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=6b237c3b2e93fa1eef2083022212652198e6d334;hpb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;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);