X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=93870cbfd6509f98e92b3ff4a4bbb5638c09aaf2;hb=64d80efcab5c30128f9c28d3954b68519f4e35f8;hp=2092469ad43b9e304f216e1a245191f05f5a0f8e;hpb=a2d808db82a77a9b5133f1aaee2de32d7f990fbc;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index 2092469ad..93870cbfd 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -71,6 +71,7 @@ struct ltt_kernel_channel { struct cds_list_head list; /* Session pointer which has a reference to this object. */ struct ltt_kernel_session *session; + bool sent_to_consumer; }; /* Metadata */