lib: make graph API const-correct
[babeltrace.git] / include / babeltrace / graph / notification-inactivity.h
index 947634cfc71a2067fa828265ec22adfa1237c42a..c0c4938203173d27518bec25a8b16c353081767d 100644 (file)
  * SOFTWARE.
  */
 
+#include <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 struct bt_notification;
-struct bt_clock_value;
+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);
 
-extern struct bt_clock_value *bt_notification_inactivity_borrow_default_clock_value(
-               struct bt_notification *notif);
+extern void bt_notification_inactivity_set_default_clock_value(
+               struct bt_notification *notif, uint64_t raw_value);
 
 #ifdef __cplusplus
 }
This page took 0.031585 seconds and 4 git commands to generate.