Remove handle field from ring buffer context
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
index 971a83c887a9825f10c09ee5212898f58e4ac0a1..3f774d1f1178b06ad6085f9937ba61750fb0b217 100644 (file)
@@ -853,7 +853,7 @@ void __event_probe__##_provider##___##_name(_TP_ARGS_DATA_PROTO(_args))           \
                __lttng_ctx.struct_size = sizeof(struct lttng_ust_stack_ctx);     \
                __lttng_ctx.event_recorder = __event_recorder;                \
                lib_ring_buffer_ctx_init(&__ctx, __chan->chan, &__lttng_ctx, __event_len, \
-                                        __event_align, __chan->handle);      \
+                                        __event_align);                      \
                __ctx.ip = _TP_IP_PARAM(TP_IP_PARAM);                         \
                __ret = __chan->ops->event_reserve(&__ctx, __event_recorder->id); \
                if (__ret < 0)                                                \
This page took 0.025637 seconds and 4 git commands to generate.