X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-packet-internal.h;h=95e6cb4092ba6d5a8fc379344e74bee4e2591c26;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=77cdf979a990dd24e5072642aceda2c1d4e972fe;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-packet-internal.h b/include/babeltrace/graph/notification-packet-internal.h index 77cdf979..95e6cb40 100644 --- a/include/babeltrace/graph/notification-packet-internal.h +++ b/include/babeltrace/graph/notification-packet-internal.h @@ -30,7 +30,7 @@ #include #include -struct bt_notification_packet_begin { +struct bt_notification_packet_beginning { struct bt_notification parent; struct bt_packet *packet; }; @@ -41,13 +41,13 @@ struct bt_notification_packet_end { }; BT_HIDDEN -struct bt_notification *bt_notification_packet_begin_new( +struct bt_notification *bt_notification_packet_beginning_new( struct bt_graph *graph); BT_HIDDEN -void bt_notification_packet_begin_recycle(struct bt_notification *notif); +void bt_notification_packet_beginning_recycle(struct bt_notification *notif); BT_HIDDEN -void bt_notification_packet_begin_destroy(struct bt_notification *notif); +void bt_notification_packet_beginning_destroy(struct bt_notification *notif); BT_HIDDEN struct bt_notification *bt_notification_packet_end_new(struct bt_graph *graph);