X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fviewer-session.h;fp=src%2Fbin%2Flttng-relayd%2Fviewer-session.h;h=f70daed7ba5940617c6a834864575e92d1f54822;hp=2a685f948f15df365f6bb7bf3ee60a8715000379;hb=d8c6dbddfc9ffc9489d4ddc73a490fcd8c195575;hpb=e56e5792ea1543cf5b506e343076820ef5863647 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; };