Clean-up: sessiond: cmd_enable_channel_internal
[lttng-tools.git] / src / bin / lttng-relayd / stream.h
index 8b03a997df518ad7253b5c15e2d5d1b41e0815a1..c64b180451f6d1d05a97e87757d8fb73bb627634 100644 (file)
@@ -174,9 +174,15 @@ struct relay_stream {
        /*
         * The trace chunk to which the file currently being produced (if any)
         * belongs.
+        *
+        * Note that a relay stream can have no output trace chunk. For
+        * instance, after a session stop followed by a session clear,
+        * streams will not have an output trace chunk until the session
+        * is resumed.
         */
        struct lttng_trace_chunk *trace_chunk;
        LTTNG_OPTIONAL(struct relay_stream_rotation) ongoing_rotation;
+       uint64_t completed_rotation_count;
 };
 
 struct relay_stream *stream_create(struct ctf_trace *trace,
This page took 0.024676 seconds and 4 git commands to generate.