Add event count in channel structure
[lttng-tools.git] / ltt-sessiond / trace.c
index 1509edacdf048e92fef749cad90ac8c30e09af7a..41c4355e939fa67e4c8a7f8b2c4d660e4fc0e6ff 100644 (file)
@@ -138,6 +138,7 @@ struct ltt_kernel_channel *trace_create_kernel_channel(struct lttng_channel *cha
 
        lkc->fd = 0;
        lkc->stream_count = 0;
+       lkc->event_count = 0;
        lkc->enabled = 1;
        lkc->ctx = NULL;
        /* Init linked list */
This page took 0.023546 seconds and 5 git commands to generate.