X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event-internal.h;h=436477b3b85bd50456e3a9c94ef68a8f91052c29;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=a5dea56ff60c7cb0811eb0d3aaab2d0c58a4ee37;hpb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event-internal.h b/include/babeltrace/graph/notification-event-internal.h index a5dea56f..436477b3 100644 --- a/include/babeltrace/graph/notification-event-internal.h +++ b/include/babeltrace/graph/notification-event-internal.h @@ -28,6 +28,7 @@ */ #include +#include #include #include #include @@ -43,6 +44,15 @@ struct bt_notification_event { struct bt_clock_class_priority_map *cc_prio_map; }; +BT_HIDDEN +struct bt_notification *bt_notification_event_new(struct bt_graph *graph); + +BT_HIDDEN +void bt_notification_event_recycle(struct bt_notification *notif); + +BT_HIDDEN +void bt_notification_event_destroy(struct bt_notification *notif); + #ifdef __cplusplus } #endif