lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / graph / notification-inactivity-const.h
index b5a0429756ab844c4dcb0a77f9e14e51d051f3aa..9f5bf001ad0232be4a01482281e81b406d99c870 100644 (file)
  * SOFTWARE.
  */
 
+/* For bt_notification, bt_clock_value */
+#include <babeltrace/types.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_notification;
-struct bt_clock_value;
-
-extern const struct bt_clock_value *
+extern const bt_clock_value *
 bt_notification_inactivity_borrow_default_clock_value_const(
-               const struct bt_notification *notif);
+               const bt_notification *notif);
 
 #ifdef __cplusplus
 }
This page took 0.022696 seconds and 4 git commands to generate.