X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event-internal.h;h=8fffd47ee9b7c1af57b4d42f7439d212a3870d4e;hb=599faa1c75b3c429745e0d4a983670c3dd205092;hp=939b77111f610641080704546f2f67a21079fe72;hpb=dc3fffef7b84cc4af1a7c99828fd57a106cd2257;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event-internal.h b/include/babeltrace/graph/notification-event-internal.h index 939b7711..8fffd47e 100644 --- a/include/babeltrace/graph/notification-event-internal.h +++ b/include/babeltrace/graph/notification-event-internal.h @@ -29,6 +29,7 @@ #include #include +#include #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