X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;fp=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=6dedb7525fe7724bc709a4fdb45e5ed35a5939b9;hp=c5b7023579ffac7d18e6013102cf0afd2dca708b;hb=f96af312b7d09d834f9d13408654ada93320ae2a;hpb=577eea73132dee4da47752590ed535206678eb34 diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index c5b702357..6dedb7525 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -596,6 +596,9 @@ struct lttng_consumer_stream { */ uint64_t rotate_position; + /* Whether or not a packet was opened during the current trace chunk. */ + bool opened_packet_in_current_trace_chunk; + /* * Read-only copies of channel values. We cannot safely access the * channel from a stream, so we need to have a local copy of these