CTF IR -> Trace IR
[babeltrace.git] / include / babeltrace / graph / notification-inactivity-internal.h
index 62fba00e96512bb196e4129d2d49bc3b0b9a0738..9a74e8fdb4446a5f8e1a742a37fbb3e34e1bf148 100644 (file)
  */
 
 #include <glib.h>
-
-struct bt_clock_class_priority_map;
+#include <babeltrace/trace-ir/clock-value-internal.h>
+#include <babeltrace/graph/notification.h>
 
 struct bt_notification_inactivity {
        struct bt_notification parent;
-       struct bt_clock_class_priority_map *cc_prio_map;
-       GHashTable *clock_values;
+       struct bt_clock_value *default_cv;
 };
 
 #endif /* BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H */
This page took 0.029215 seconds and 4 git commands to generate.