Fix: relayd: per-pid live: no new metadata vs close
[lttng-tools.git] / src / bin / lttng-relayd / stream.h
index 02948fa8e4c3439906dca9df5710c0d5f992f644..c88e725c012955473de8dc50df6d707b9ff35537 100644 (file)
@@ -175,6 +175,8 @@ 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.023686 seconds and 5 git commands to generate.