X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity.h;h=5de4dd28c609db2afce7943ee04252754987c4dd;hp=a69d30cd25a28aba300f9a9042cd7bcfb284704b;hb=44c440bc5fe8219cc17d1b786d91fd83c4c9860a;hpb=c800eb3790218d2f33df01e77ec38cbd43cc02a1 diff --git a/include/babeltrace/graph/notification-inactivity.h b/include/babeltrace/graph/notification-inactivity.h index a69d30cd..5de4dd28 100644 --- a/include/babeltrace/graph/notification-inactivity.h +++ b/include/babeltrace/graph/notification-inactivity.h @@ -39,12 +39,11 @@ struct bt_clock_class; extern struct bt_notification *bt_notification_inactivity_create( - struct bt_private_connection_private_notification_iterator *notification_iterator); + struct bt_private_connection_private_notification_iterator *notification_iterator, + struct bt_clock_class *default_clock_class); -extern int bt_notification_inactivity_set_clock_value( - struct bt_notification *notif, - struct bt_clock_class *clock_class, uint64_t raw_value, - bt_bool is_default); +extern int bt_notification_inactivity_set_default_clock_value( + struct bt_notification *notif, uint64_t raw_value); extern struct bt_clock_value *bt_notification_inactivity_borrow_default_clock_value( struct bt_notification *notif);