X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=c17a67ea806a6c36f069f85801927e0c1721ca45;hp=0af8e0f1d963199b5a6bb82c28b244a33daa6b6c;hb=d39add63f27be5e855b3b4a2381f951c0684cc0d;hpb=cef0f7d51b8025d3ba04e6496242c1cca1641aa6 diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index 0af8e0f1d..c17a67ea8 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -169,6 +169,8 @@ struct relay_viewer_stream { /* * This lock blocks only when the writer is about to start overwriting * a file currently read by the reader. + * + * This is nested INSIDE the viewer_stream_rotation_lock. */ pthread_mutex_t overwrite_lock; /* Information telling us if the stream is a metadata stream. */