X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity-internal.h;h=42551c6f09328f38c3d86bfd41f2b292952d9dc8;hp=ccc32965805b1aa401147635cbed5b3a5d79632c;hb=44c440bc5fe8219cc17d1b786d91fd83c4c9860a;hpb=c800eb3790218d2f33df01e77ec38cbd43cc02a1 diff --git a/include/babeltrace/graph/notification-inactivity-internal.h b/include/babeltrace/graph/notification-inactivity-internal.h index ccc32965..42551c6f 100644 --- a/include/babeltrace/graph/notification-inactivity-internal.h +++ b/include/babeltrace/graph/notification-inactivity-internal.h @@ -24,12 +24,12 @@ */ #include -#include +#include #include 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 */