lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / graph / notification-inactivity.h
index ce26bd6285e6f531f329a868132632971d4bc18c..ee9937ab640750ea836c2bd5efc447030989a92f 100644 (file)
  * SOFTWARE.
  */
 
+/* For bt_self_notification_iterator, bt_notification, bt_clock_class */
+#include <babeltrace/types.h>
+
 #include <stdint.h>
 
 #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
 }
This page took 0.024319 seconds and 4 git commands to generate.