From d8c6dbddfc9ffc9489d4ddc73a490fcd8c195575 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 8 Dec 2021 16:07:29 -0500 Subject: [PATCH] Docs: relayd: document the semantics of a viewer session trace chunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Ia0af16114a5adc54b90f60f26ffffe682eecb1a6 --- src/bin/lttng-relayd/viewer-session.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/lttng-relayd/viewer-session.h b/src/bin/lttng-relayd/viewer-session.h index 2a685f948..f70daed7b 100644 --- a/src/bin/lttng-relayd/viewer-session.h +++ b/src/bin/lttng-relayd/viewer-session.h @@ -53,6 +53,10 @@ struct relay_viewer_session { * most recent trace chunk available _even if its streams do not point to * it_. It indicates which trace chunk viewer streams should transition * to when the end of their current trace chunk is reached. + * + * Note that a viewer session's trace chunk points to the session's + * output directory. The sub-directories in which the various stream files + * are created are considered as being a part of their name. */ struct lttng_trace_chunk *current_trace_chunk; }; -- 2.34.1