Docs: relayd: viewer stream has no lock member
[lttng-tools.git] / src / bin / lttng-relayd / stream.hpp
index eee56d38d1ef78a761e7b405e1adffd570f70f57..44a89779421c94669944153bafc57e1d6ea3dbc5 100644 (file)
@@ -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;
This page took 0.022944 seconds and 4 git commands to generate.