X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity.h;h=ee9937ab640750ea836c2bd5efc447030989a92f;hb=b19ff26f04df428047676dd736bd7cc9473906fe;hp=ce26bd6285e6f531f329a868132632971d4bc18c;hpb=c5b9b4417bedfbec9b5dd23b8395ccdd4eeffc44;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-inactivity.h b/include/babeltrace/graph/notification-inactivity.h index ce26bd62..ee9937ab 100644 --- a/include/babeltrace/graph/notification-inactivity.h +++ b/include/babeltrace/graph/notification-inactivity.h @@ -23,23 +23,22 @@ * SOFTWARE. */ +/* For bt_self_notification_iterator, bt_notification, bt_clock_class */ +#include + #include #ifdef __cplusplus extern "C" { #endif -struct bt_notification; -struct bt_self_notification_iterator; -struct bt_clock_class; - extern -struct bt_notification *bt_notification_inactivity_create( - struct bt_self_notification_iterator *notification_iterator, - struct bt_clock_class *default_clock_class); +bt_notification *bt_notification_inactivity_create( + bt_self_notification_iterator *notification_iterator, + bt_clock_class *default_clock_class); extern void bt_notification_inactivity_set_default_clock_value( - struct bt_notification *notif, uint64_t raw_value); + bt_notification *notif, uint64_t raw_value); #ifdef __cplusplus }