lib: add aliases for Babeltrace structure types
[babeltrace.git] / plugins / ctf / lttng-live / data-stream.c
index 1692715139084bd1c70f0a1b3f7c495faec9e02d..c0233e1195834d5cdcba8c1d2e0c64e9728d60f8 100644 (file)
@@ -72,8 +72,8 @@ enum bt_notif_iter_medium_status medop_request_bytes(
 }
 
 static
-const struct bt_stream *medop_get_stream(
-               const struct bt_stream_class *stream_class,
+const bt_stream *medop_get_stream(
+               const bt_stream_class *stream_class,
                uint64_t stream_id, void *data)
 {
        struct lttng_live_stream_iterator *lttng_live_stream = data;
This page took 0.024164 seconds and 4 git commands to generate.