X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity.h;h=947634cfc71a2067fa828265ec22adfa1237c42a;hp=5de4dd28c609db2afce7943ee04252754987c4dd;hb=e5be10efe4d5543ba697c7e607ca0a5c33fa3ccb;hpb=70991d9facb103945ab2d25d1c0d6fa5d49136e4 diff --git a/include/babeltrace/graph/notification-inactivity.h b/include/babeltrace/graph/notification-inactivity.h index 5de4dd28..947634cf 100644 --- a/include/babeltrace/graph/notification-inactivity.h +++ b/include/babeltrace/graph/notification-inactivity.h @@ -23,27 +23,12 @@ * SOFTWARE. */ -#include - -/* For bt_bool */ -#include - #ifdef __cplusplus extern "C" { #endif struct bt_notification; -struct bt_private_connection_private_notification_iterator; struct bt_clock_value; -struct bt_clock_class; - -extern -struct bt_notification *bt_notification_inactivity_create( - struct bt_private_connection_private_notification_iterator *notification_iterator, - struct bt_clock_class *default_clock_class); - -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);