X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=37adecbfe689e28a79303c601cefbe2ea6311677;hb=a687700076c3ddd9f08e8f1f77c7d66f7f40c8fc;hp=acefacb218e3b8316011dff9f7c289bcda9428bd;hpb=19154d2ab25daef13e23586d1c5201b6baaf8148;p=lttng-tools.git diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index acefacb21..37adecbfe 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -337,9 +337,9 @@ 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 INSIDE the channel lock. * This is nested INSIDE the channel timer lock. + * This is nested OUTSIDE the metadata cache lock. * This is nested OUTSIDE consumer_relayd_sock_pair lock. */ pthread_mutex_t lock;