X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-metadata-cache.h;h=b1a4dc2b777fad31b91a8ecf040b439f180776c3;hp=164f9eaae0689d68262e007278bbfc82a3a7d6ac;hb=73811eccc9599ebf62e5f5bee49039cecc25c3eb;hpb=f21dae485bbd4a21104eff49a80b59ce25054bc2 diff --git a/src/common/consumer-metadata-cache.h b/src/common/consumer-metadata-cache.h index 164f9eaae..b1a4dc2b7 100644 --- a/src/common/consumer-metadata-cache.h +++ b/src/common/consumer-metadata-cache.h @@ -43,6 +43,8 @@ struct consumer_metadata_cache { /* * Lock to update the metadata cache and push into the ring_buffer * (ustctl_write_metadata_to_channel). + * + * This is nested INSIDE the consumer_data lock. */ pthread_mutex_t lock; };