Remove unused nr_stream_rotate_pending from consumer channel
[lttng-tools.git] / src / common / consumer / consumer.h
index d4e9f066a4b8d15bebe4a2270829eb3a53c91907..2c927bbc2ca0b745890130ade943e15d818054e7 100644 (file)
@@ -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
This page took 0.023984 seconds and 5 git commands to generate.