Fix: (slight UI change) refuse missing -c if non-default channel exists
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 21ffd336d51b90b77f0c31b36ab8105e2f4b5b10..934aaffe89f5174015a3fe4d9637eeeabbd818bc 100644 (file)
@@ -108,11 +108,13 @@ struct ltt_kernel_session {
        struct consumer_output *consumer;
        struct consumer_output *tmp_consumer;
        /* Tracing session id */
-       unsigned int id;
+       uint64_t id;
        /* Session is started and active */
        unsigned int started;
        /* 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.023038 seconds and 4 git commands to generate.