lib: update copyrights
[babeltrace.git] / include / babeltrace / graph / notification-inactivity-internal.h
index f3ae2e41f713837a2a757903366160bceb7d867f..662c995a3601369f2bd9c614f8eb0b45ec2ccf79 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H
 
 /*
- * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  */
 
 #include <glib.h>
-
-struct bt_clock_class_priority_map;
+#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_class_priority_map *cc_prio_map;
-       GHashTable *clock_values;
+       struct bt_clock_value *default_cv;
 };
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H */
This page took 0.023667 seconds and 4 git commands to generate.