X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity-internal.h;h=ccc32965805b1aa401147635cbed5b3a5d79632c;hb=e22b45d0f7d3ce1311bf96a930bc42326f555202;hp=62fba00e96512bb196e4129d2d49bc3b0b9a0738;hpb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-inactivity-internal.h b/include/babeltrace/graph/notification-inactivity-internal.h index 62fba00e..ccc32965 100644 --- a/include/babeltrace/graph/notification-inactivity-internal.h +++ b/include/babeltrace/graph/notification-inactivity-internal.h @@ -24,13 +24,12 @@ */ #include - -struct bt_clock_class_priority_map; +#include +#include struct bt_notification_inactivity { struct bt_notification parent; - struct bt_clock_class_priority_map *cc_prio_map; - GHashTable *clock_values; + struct bt_clock_value_set cv_set; }; #endif /* BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H */