Fix: sym name len (kernel)
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 0dac36b213f5d76f7f82c4c1b8c677e5d3b79c0e..f4244fdefae8196a2dadfc092e844dc90a626f05 100644 (file)
@@ -107,6 +107,8 @@ struct ltt_ust_session {
        uint64_t used_channel_id;
        /* 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.023245 seconds and 4 git commands to generate.