Fix: (slight UI change) refuse missing -c if non-default channel exists
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 5ca7964ea40c074e853e4a49cd7c28f37a28cab4..f4244fdefae8196a2dadfc092e844dc90a626f05 100644 (file)
@@ -108,6 +108,7 @@ struct ltt_ust_session {
        /* 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.022952 seconds and 4 git commands to generate.