Move probe_ctx argument to align with lttng-ust
[lttng-modules.git] / src / lttng-events.c
index d85b516c9dde7d1fec95165f204a4314a5f39a8e..0a36ccb390df2d43bb2d0b4ad6af7734d2c0a7ec 100644 (file)
@@ -2878,8 +2878,8 @@ int lttng_metadata_output_channel(struct lttng_metadata_stream *stream,
        reserve_len = min_t(size_t,
                        stream->transport->ops.packet_avail_size(chan),
                        len);
-       lib_ring_buffer_ctx_init(&ctx, chan, NULL, reserve_len,
-                       sizeof(char), -1);
+       lib_ring_buffer_ctx_init(&ctx, chan, reserve_len,
+                       sizeof(char), -1, NULL);
        /*
         * If reservation failed, return an error to the caller.
         */
This page took 0.026427 seconds and 4 git commands to generate.