X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.h;fp=src%2Fbin%2Flttng-relayd%2Fstream.h;h=c64b180451f6d1d05a97e87757d8fb73bb627634;hp=1639d2fb98060c81b053d69065481a9f7121ceba;hb=87250ba19aec78f36e301494a03f5678fcb6fbb4;hpb=8aeeba8f5a90c8352ec9826f564cb47e164e0e9a diff --git a/src/bin/lttng-relayd/stream.h b/src/bin/lttng-relayd/stream.h index 1639d2fb9..c64b18045 100644 --- a/src/bin/lttng-relayd/stream.h +++ b/src/bin/lttng-relayd/stream.h @@ -174,6 +174,11 @@ 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;