Support flight recorder mode for a session
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index d1f6e5f00a82b42ff177a7883a59ef4f29143c4e..21ffd336d51b90b77f0c31b36ab8105e2f4b5b10 100644 (file)
@@ -111,6 +111,8 @@ struct ltt_kernel_session {
        unsigned int id;
        /* Session is started and active */
        unsigned int started;
+       /* Tell or not if the session has to output the traces. */
+       unsigned int output_traces;
 };
 
 /*
This page took 0.022642 seconds and 4 git commands to generate.