X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event.h;h=f386abb2845c3c13933408453d29df7043037da5;hb=599faa1c75b3c429745e0d4a983670c3dd205092;hp=e5947b7ed09b4c8fd04b0016b938c0525696f9e0;hpb=b2e0c9076135f47110af2d96dfaee397c597bc90;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event.h b/include/babeltrace/graph/notification-event.h index e5947b7e..f386abb2 100644 --- a/include/babeltrace/graph/notification-event.h +++ b/include/babeltrace/graph/notification-event.h @@ -33,6 +33,7 @@ extern "C" { struct bt_notification; struct bt_ctf_event; +struct bt_clock_class_priority_map; /***BT_NOTIFICATION_TYPE_EVENT ***/ /** @@ -44,7 +45,8 @@ struct bt_ctf_event; * @see #bt_notification_type */ extern struct bt_notification *bt_notification_event_create( - struct bt_ctf_event *event); + struct bt_ctf_event *event, + struct bt_clock_class_priority_map *clock_class_priority_map); /** * Get an event notification's event. @@ -57,6 +59,10 @@ extern struct bt_notification *bt_notification_event_create( extern struct bt_ctf_event *bt_notification_event_get_event( struct bt_notification *notification); +extern struct bt_clock_class_priority_map * +bt_notification_event_get_clock_class_priority_map( + struct bt_notification *notification); + #ifdef __cplusplus } #endif