Event notification: pass CC priority map on creation
[babeltrace.git] / include / babeltrace / graph / notification-event-internal.h
index 939b77111f610641080704546f2f67a21079fe72..8fffd47ee9b7c1af57b4d42f7439d212a3870d4e 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <babeltrace/ctf-ir/event.h>
 #include <babeltrace/graph/notification-internal.h>
+#include <babeltrace/graph/clock-class-priority-map.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,6 +38,7 @@ extern "C" {
 struct bt_notification_event {
        struct bt_notification parent;
        struct bt_ctf_event *event;
+       struct bt_clock_class_priority_map *cc_prio_map;
 };
 
 #ifdef __cplusplus
This page took 0.023426 seconds and 4 git commands to generate.