X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fviewer-session.h;h=f70daed7ba5940617c6a834864575e92d1f54822;hb=d1bc11c3e8bbd032c6638a2def5994703e7c9778;hp=cbf4aa157dcfff4c8071ca3792191a8988a8e199;hpb=8aeeba8f5a90c8352ec9826f564cb47e164e0e9a;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/viewer-session.h b/src/bin/lttng-relayd/viewer-session.h index cbf4aa157..f70daed7b 100644 --- a/src/bin/lttng-relayd/viewer-session.h +++ b/src/bin/lttng-relayd/viewer-session.h @@ -20,6 +20,7 @@ #include #include "session.h" +#include "lttng-viewer-abi.h" struct relay_viewer_session { /* @@ -52,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; };