X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=74bf1df1d9508029c5f7fe15554f155e6fd6615b;hb=9b09ad37a57826922666af6824210c6cf1f7f81d;hp=a39ccd3bb0b6d0b5fd24d9f73cf3d9764623c3f2;hpb=da23da0632799d4a8dba9b25ddc9063dc662c891;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index a39ccd3bb..74bf1df1d 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -45,6 +45,8 @@ struct ltt_kernel_channel_list { struct ltt_kernel_context { struct lttng_kernel_context ctx; struct cds_list_head list; + /* Indicates whether or not the context is in a list. */ + bool in_list; }; /* Kernel event */