X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=bf87609f3f1aea428128895cdab7ba20cf1f8568;hb=73811eccc9599ebf62e5f5bee49039cecc25c3eb;hp=3726fd1e6a2b19b3ca35623243524fd8e608fda9;hpb=13886d2d433762b7cf54f8e812f747ec2829de57;p=lttng-tools.git diff --git a/src/common/consumer.h b/src/common/consumer.h index 3726fd1e6..bf87609f3 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -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;