Fix: relayd: live: dispose of zombie viewer metadata stream
[lttng-tools.git] / src / bin / lttng-relayd / stream.hpp
index eee56d38d1ef78a761e7b405e1adffd570f70f57..a616e425aaa90df3ce28f23d971551f0a1473229 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;
@@ -163,8 +162,6 @@ struct relay_stream {
        struct cds_list_head recv_node;
        /* Protected by session lock. */
        bool published;
-       /* Notified viewer that no new metadata is available. */
-       bool no_new_metadata_notified;
        /*
         * Node of stream within global stream hash table.
         */
This page took 0.027999 seconds and 4 git commands to generate.