Refactoring: ring buffer context
[lttng-modules.git] / src / lttng-context-interruptible.c
index 5cc64b2be46037c8d385ea961d72ccc5e95cb9c5..1c78d59b737c21afb686923fc6bff11963518138 100644 (file)
@@ -36,7 +36,7 @@ void interruptible_record(struct lttng_kernel_ctx_field *field,
                struct lib_ring_buffer_ctx *ctx,
                struct lttng_channel *chan)
 {
-       struct lttng_probe_ctx *lttng_probe_ctx = ctx->priv;
+       struct lttng_probe_ctx *lttng_probe_ctx = ctx->probe_ctx;
        int8_t interruptible = lttng_probe_ctx->interruptible;
 
        lib_ring_buffer_align_ctx(ctx, lttng_alignof(interruptible));
This page took 0.024379 seconds and 4 git commands to generate.