Fix: get consumer lock before closing/pushing metadata
[lttng-tools.git] / src / common / consumer.h
index 3726fd1e6a2b19b3ca35623243524fd8e608fda9..bf87609f3f1aea428128895cdab7ba20cf1f8568 100644 (file)
@@ -222,6 +222,7 @@ struct lttng_consumer_stream {
         * Lock to use the stream FDs since they are used between threads.
         *
         * This is nested INSIDE the consumer_data lock.
+        * This is nested INSIDE the metadata cache lock.
         * This is nested OUTSIDE consumer_relayd_sock_pair lock.
         */
        pthread_mutex_t lock;
This page took 0.024174 seconds and 5 git commands to generate.