X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=2c927bbc2ca0b745890130ade943e15d818054e7;hp=d4e9f066a4b8d15bebe4a2270829eb3a53c91907;hb=2c8a890846cfc88874b25d5c3c12e0fd5ce3d1da;hpb=9402c5b93a3e3344612a9938878bddb1430a3418 diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index d4e9f066a..2c927bbc2 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -233,13 +233,6 @@ struct lttng_consumer_channel { bool streams_sent_to_relayd; - /* - * Account how many streams are waiting for their rotation to be - * complete. When this number reaches 0, we inform the session - * daemon that this channel has finished its rotation. - */ - uint64_t nr_stream_rotate_pending; - /* * The chunk id where we currently write the data. This value is sent * to the relay when we add a stream and when a stream rotates. This