Fix: use lttng_waiter instead of futex in notification thread
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.c
index 876fda5bbb7fd9ed8d25c0cafdd3c348ec466e7c..5769576cd0ea47f9d0f11255cadcbbc2aaf8e3b7 100644 (file)
@@ -181,7 +181,7 @@ struct ltt_kernel_channel *trace_kernel_create_channel(
                struct lttng_channel *chan)
 {
        struct ltt_kernel_channel *lkc;
-       struct lttng_channel_extended *extended;
+       struct lttng_channel_extended *extended = NULL;
 
        assert(chan);
 
This page took 0.02421 seconds and 4 git commands to generate.