Extend API and remove lttng_uri from lttng.h
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 167ea9c058afa2fac651e1fedc886e7009526aca..b90e8f4677f8530227825e3671639cf1b3bf0547 100644 (file)
@@ -82,6 +82,9 @@ struct ltt_session {
         * copied into those sessions.
         */
        struct consumer_output *consumer;
+
+       /* Indicates whether or not we have to spawn consumer(s) */
+       unsigned int start_consumer;
 };
 
 /* Prototypes */
This page took 0.024782 seconds and 4 git commands to generate.