Fix: Add vpid, vppid and vtid info in add-context help
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 68301967a15f7cae616f85f24b42afc2c9f83fe7..f576e3a60c6dd76a63104dc4f8803911ec4538b9 100644 (file)
@@ -109,10 +109,12 @@ struct ltt_kernel_session {
        struct consumer_output *tmp_consumer;
        /* Tracing session id */
        uint64_t id;
-       /* Session is started and active */
-       unsigned int started;
+       /* Session is active or not meaning it has been started or stopped. */
+       unsigned int active:1;
        /* Tell or not if the session has to output the traces. */
        unsigned int output_traces;
+       unsigned int snapshot_mode;
+       unsigned int has_non_default_channel;
 };
 
 /*
This page took 0.024426 seconds and 5 git commands to generate.