Fix: don't create index on snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index 4d6838f6aff14636b5cd2db35a4f995f5fc839df..484d8f7bad90b149c5d72e6571bcc23ff60f6979 100644 (file)
@@ -163,6 +163,9 @@ struct consumer_output {
         */
        struct lttng_ht *socks;
 
+       /* Tell if this output is used for snapshot. */
+       unsigned int snapshot:1;
+
        union {
                char trace_path[PATH_MAX];
                struct consumer_net net;
This page took 0.024603 seconds and 5 git commands to generate.