X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event.h;h=07559581373d542dbfcc99f5d2a23777914f88e7;hb=e22b45d0f7d3ce1311bf96a930bc42326f555202;hp=ab8a66066bf8bbf0b6b110b7da4f81b4558bc1a6;hpb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event.h b/include/babeltrace/graph/notification-event.h index ab8a6606..07559581 100644 --- a/include/babeltrace/graph/notification-event.h +++ b/include/babeltrace/graph/notification-event.h @@ -37,30 +37,14 @@ extern "C" { struct bt_notification; struct bt_event; struct bt_event_class; -struct bt_clock_class_priority_map; extern struct bt_notification *bt_notification_event_create(struct bt_graph *graph, - struct bt_event_class *event_class, - struct bt_packet *packet, - struct bt_clock_class_priority_map *clock_class_priority_map); + struct bt_event_class *event_class, struct bt_packet *packet); extern struct bt_event *bt_notification_event_borrow_event( struct bt_notification *notification); -extern struct bt_clock_class_priority_map * -bt_notification_event_borrow_clock_class_priority_map( - struct bt_notification *notification); - -static inline -struct bt_clock_class_priority_map * -bt_notification_event_get_clock_class_priority_map( - struct bt_notification *notification) -{ - return bt_get(bt_notification_event_borrow_clock_class_priority_map( - notification)); -} - #ifdef __cplusplus } #endif