Move channel context to private structures
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
index 9bf4eeadc1df9a6d581d4ddbc1bf05fa35ab6a43..ff46179da4269db8954a81c55edf5142108ac052 100644 (file)
@@ -852,7 +852,6 @@ void __event_probe__##_provider##___##_name(_TP_ARGS_DATA_PROTO(_args))           \
                memset(&__lttng_ctx, 0, sizeof(__lttng_ctx));                 \
                __lttng_ctx.struct_size = sizeof(struct lttng_ust_stack_ctx);     \
                __lttng_ctx.event_recorder = __event_recorder;                \
-               __lttng_ctx.chan_ctx = tp_rcu_dereference(__chan->ctx);   \
                __lttng_ctx.event_ctx = tp_rcu_dereference(__event_recorder->ctx); \
                lib_ring_buffer_ctx_init(&__ctx, __chan->chan, &__lttng_ctx, __event_len, \
                                         __event_align, -1, __chan->handle); \
This page took 0.025877 seconds and 4 git commands to generate.