Namespace remaining symbols in lttng/ringbuffer-context.h
[lttng-ust.git] / libringbuffer / frontend_api.h
index 7cbad40fe543e540a23197a6b1895147a1fb4956..4207574f55e59f36c2aab06a922fcadf4543d6d0 100644 (file)
@@ -90,7 +90,7 @@ int lib_ring_buffer_try_reserve(const struct lttng_ust_lib_ring_buffer_config *c
        ctx->slot_size = record_header_size(config, chan, *o_begin,
                                            before_hdr_pad, ctx, client_ctx);
        ctx->slot_size +=
-               lib_ring_buffer_align(*o_begin + ctx->slot_size,
+               lttng_ust_lib_ring_buffer_align(*o_begin + ctx->slot_size,
                                      ctx->largest_align) + ctx->data_size;
        if (caa_unlikely((subbuf_offset(*o_begin, chan) + ctx->slot_size)
                     > chan->backend.subbuf_size))
This page took 0.023631 seconds and 4 git commands to generate.