X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.hpp;h=44a89779421c94669944153bafc57e1d6ea3dbc5;hb=c56468d0ccfba50baa889b2b9728aff09480d4e0;hp=eee56d38d1ef78a761e7b405e1adffd570f70f57;hpb=0359d56c6cbb7a41c36ba6c387acb9dd89c54628;p=lttng-tools.git 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;