Fix: Send remove channel to notification thread only when necessary
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 93870cbfd6509f98e92b3ff4a4bbb5638c09aaf2..5879ca281be62b29b490d54e86426066934bed83 100644 (file)
@@ -64,6 +64,7 @@ struct ltt_kernel_channel {
        int enabled;
        unsigned int stream_count;
        unsigned int event_count;
+       bool published_to_notification_thread;
        struct cds_list_head ctx_list;
        struct lttng_channel *channel;
        struct ltt_kernel_event_list events_list;
This page took 0.024653 seconds and 5 git commands to generate.