lib: rename plural file names to singular
[babeltrace.git] / include / babeltrace / graph / notification-inactivity-internal.h
index ccc32965805b1aa401147635cbed5b3a5d79632c..15bfbf2534d2b8f7a77cba81fd5f1aa0a9ba4c2a 100644 (file)
  */
 
 #include <glib.h>
-#include <babeltrace/ctf-ir/clock-value-set-internal.h>
-#include <babeltrace/graph/notification.h>
+#include <babeltrace/trace-ir/clock-value-internal.h>
+#include <babeltrace/graph/notification-const.h>
 
 struct bt_notification_inactivity {
        struct bt_notification parent;
-       struct bt_clock_value_set cv_set;
+       struct bt_clock_value *default_cv;
 };
 
 #endif /* BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H */
This page took 0.023431 seconds and 4 git commands to generate.