Metadata generation (partial)
[lttng-modules.git] / lib / ringbuffer / ring_buffer_frontend.c
index 9a90997c278b4b49086a03d2e4c16e3e1ea743a0..5e633f438f32e57ad2793c4f4e89e56e5a0ce052 100644 (file)
@@ -1632,6 +1632,7 @@ int lib_ring_buffer_reserve_slow(struct lib_ring_buffer_ctx *ctx)
        const struct lib_ring_buffer_config *config = chan->backend.config;
        struct lib_ring_buffer *buf;
        struct switch_offsets offsets;
+       int ret;
 
        if (config->alloc == RING_BUFFER_ALLOC_PER_CPU)
                buf = per_cpu_ptr(chan->backend.buf, ctx->cpu);
This page took 0.023083 seconds and 4 git commands to generate.