X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-packet.h;h=ac293baa3c96e0a3a1f533ea9e95f4a2631dcf4a;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=b56e9e7a112f97214f64203ec0107865cd057b0a;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-packet.h b/include/babeltrace/graph/notification-packet.h index b56e9e7a..ac293baa 100644 --- a/include/babeltrace/graph/notification-packet.h +++ b/include/babeltrace/graph/notification-packet.h @@ -34,7 +34,7 @@ struct bt_self_notification_iterator; struct bt_packet; extern -struct bt_notification *bt_notification_packet_begin_create( +struct bt_notification *bt_notification_packet_beginning_create( struct bt_self_notification_iterator *notification_iterator, struct bt_packet *packet); @@ -43,7 +43,7 @@ struct bt_notification *bt_notification_packet_end_create( struct bt_self_notification_iterator *notification_iterator, struct bt_packet *packet); -extern struct bt_packet *bt_notification_packet_begin_borrow_packet( +extern struct bt_packet *bt_notification_packet_beginning_borrow_packet( struct bt_notification *notification); extern struct bt_packet *bt_notification_packet_end_borrow_packet(