Create an initial trace chunk on first start of an ltt_session
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index b1534197136ddfe735f63a5a7404b4b460f35182..00c76a8d321d0102a3f2257c9e1fdb1161cf1873 100644 (file)
@@ -120,6 +120,8 @@ struct ltt_kernel_session {
        unsigned int output_traces;
        unsigned int snapshot_mode;
        unsigned int has_non_default_channel;
+       /* Current trace chunk of the ltt_session. */
+       struct lttng_trace_chunk *current_trace_chunk;
 };
 
 /*
This page took 0.023374 seconds and 4 git commands to generate.