X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=ba1b2b881a9f75f292cd2968d4556e0c8e58bd89;hb=3ef395a9e7ef9adfc3cbb7d93ab8618bcc373f70;hp=e439c31cd34c0f012790242d3066f695a3afa893;hpb=6938db9cf8f24fcaee5820d657a5f74d874459a5;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index e439c31cd..ba1b2b881 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -120,6 +120,7 @@ struct ltt_kernel_session { unsigned int output_traces; unsigned int snapshot_mode; unsigned int has_non_default_channel; + bool is_live_session; /* Current trace chunk of the ltt_session. */ struct lttng_trace_chunk *current_trace_chunk; };