From: Jérémie Galarneau Date: Mon, 19 Feb 2024 20:45:49 +0000 (-0500) Subject: Docs: relayd: viewer stream has no lock member X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=c56468d0ccfba50baa889b2b9728aff09480d4e0 Docs: relayd: viewer stream has no lock member The viewer stream object has no lock. This outdated comment can be removed. Signed-off-by: Jérémie Galarneau Change-Id: I81fd56dbcd4ffb7637f63c098c58cf2b59dabae3 --- diff --git a/src/bin/lttng-relayd/stream.hpp b/src/bin/lttng-relayd/stream.hpp index eee56d38d..44a897794 100644 --- a/src/bin/lttng-relayd/stream.hpp +++ b/src/bin/lttng-relayd/stream.hpp @@ -56,8 +56,7 @@ struct relay_stream { struct ctf_trace *trace; /* - * To protect from concurrent read/update. The viewer stream - * lock nests inside the stream lock. The stream lock nests + * To protect from concurrent read/update.The stream lock nests * inside the ctf_trace lock. */ pthread_mutex_t lock;