Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[deliverable/babeltrace.git] / include / babeltrace / graph / notification-inactivity.h
index 6c8d0849769bbe8f9c81ea3ad712c1c64a188b89..44dade896ad7a66e1af69bb65a5c697f4345f0d8 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
 
 struct bt_notification;
 struct bt_clock_class_priority_map;
+struct bt_clock_class;
 
 extern struct bt_notification *bt_notification_inactivity_create(
                struct bt_clock_class_priority_map *clock_class_priority_map);
@@ -37,13 +38,13 @@ extern struct bt_clock_class_priority_map *
 bt_notification_inactivity_get_clock_class_priority_map(
                struct bt_notification *notification);
 
-extern struct bt_ctf_clock_value *bt_notification_inactivity_get_clock_value(
+extern struct bt_clock_value *bt_notification_inactivity_get_clock_value(
                struct bt_notification *notification,
-               struct bt_ctf_clock_class *clock_class);
+               struct bt_clock_class *clock_class);
 
 extern int bt_notification_inactivity_set_clock_value(
                struct bt_notification *notification,
-               struct bt_ctf_clock_value *clock_value);
+               struct bt_clock_value *clock_value);
 
 #ifdef __cplusplus
 }
This page took 0.025522 seconds and 5 git commands to generate.