X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-packet-internal.h;h=639925b43add25018974a2bdc5e9f1420e1ad784;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=467d08615092c7afa7edcb26641eb53b7b38dcfe;hpb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-packet-internal.h b/include/babeltrace/graph/notification-packet-internal.h index 467d0861..639925b4 100644 --- a/include/babeltrace/graph/notification-packet-internal.h +++ b/include/babeltrace/graph/notification-packet-internal.h @@ -42,4 +42,22 @@ struct bt_notification_packet_end { struct bt_packet *packet; }; +BT_HIDDEN +struct bt_notification *bt_notification_packet_begin_new( + struct bt_graph *graph); +BT_HIDDEN +void bt_notification_packet_begin_recycle(struct bt_notification *notif); + +BT_HIDDEN +void bt_notification_packet_begin_destroy(struct bt_notification *notif); + +BT_HIDDEN +struct bt_notification *bt_notification_packet_end_new(struct bt_graph *graph); + +BT_HIDDEN +void bt_notification_packet_end_recycle(struct bt_notification *notif); + +BT_HIDDEN +void bt_notification_packet_end_destroy(struct bt_notification *notif); + #endif /* BABELTRACE_GRAPH_NOTIFICATION_PACKET_INTERNAL_H */