Support flight recorder mode for a session
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 29866944057acaa8f491e372bff081908ac71eb3..74d4cd6a2619c40d4b9acd52dbcc12049b34f241 100644 (file)
@@ -197,6 +197,8 @@ struct ust_app_session {
        uint32_t bits_per_long;
        /* For delayed reclaim */
        struct rcu_head rcu_head;
+       /* If the channel's streams have to be outputed or not. */
+       unsigned int output_traces;
 };
 
 /*
This page took 0.022681 seconds and 4 git commands to generate.