X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=5879ca281be62b29b490d54e86426066934bed83;hb=02fffb7cb8015329c0e59560a7022029c9bab8ae;hp=93870cbfd6509f98e92b3ff4a4bbb5638c09aaf2;hpb=750e690f66db956d9ac9e0cbd8835228b0fdaff3;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index 93870cbfd..5879ca281 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -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;