X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-stream-internal.h;h=f34ef5104cf012f2e6478f524bd28cd72d3457ff;hb=e22b45d0f7d3ce1311bf96a930bc42326f555202;hp=708d0fae1da091580e49df304f0eb55644775aa4;hpb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-stream-internal.h b/include/babeltrace/graph/notification-stream-internal.h index 708d0fae..f34ef510 100644 --- a/include/babeltrace/graph/notification-stream-internal.h +++ b/include/babeltrace/graph/notification-stream-internal.h @@ -30,16 +30,19 @@ #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_notification_stream_end { struct bt_notification parent; struct bt_stream *stream; + struct bt_clock_value_set cv_set; }; #endif /* BABELTRACE_GRAPH_NOTIFICATION_STREAM_INTERNAL_H */