Fix: only create UST metadata on start trace
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index fe040ae503db83436c8d93a1f23ecf6fc97e3b3c..2fd3b56d936f764e46c31c3ba0e19ba53480dbb2 100644 (file)
@@ -212,6 +212,9 @@ struct ust_app_session {
        /* If the channel's streams have to be outputed or not. */
        unsigned int output_traces;
        unsigned int live_timer_interval;       /* usec */
+
+       /* Metadata channel attributes. */
+       struct ustctl_consumer_channel_attr metadata_attr;
 };
 
 /*
This page took 0.025628 seconds and 5 git commands to generate.