X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-stream-internal.h;h=15dd084751c405b6752b1d572a9f55f04fa6a6e7;hp=f34ef5104cf012f2e6478f524bd28cd72d3457ff;hb=44c440bc5fe8219cc17d1b786d91fd83c4c9860a;hpb=c800eb3790218d2f33df01e77ec38cbd43cc02a1 diff --git a/include/babeltrace/graph/notification-stream-internal.h b/include/babeltrace/graph/notification-stream-internal.h index f34ef510..15dd0847 100644 --- a/include/babeltrace/graph/notification-stream-internal.h +++ b/include/babeltrace/graph/notification-stream-internal.h @@ -30,19 +30,19 @@ #include #include #include -#include +#include #include struct bt_notification_stream_begin { struct bt_notification parent; struct bt_stream *stream; - struct bt_clock_value_set cv_set; + struct bt_clock_value *default_cv; }; struct bt_notification_stream_end { struct bt_notification parent; struct bt_stream *stream; - struct bt_clock_value_set cv_set; + struct bt_clock_value *default_cv; }; #endif /* BABELTRACE_GRAPH_NOTIFICATION_STREAM_INTERNAL_H */