Fix: src.ctf.lttng-live: omitting stream end on stream hang up
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index 7b72147f9aabc7fcc1461d3ccba3161992fee742..967344dcc1909f100b60c764d78baccb52a67978 100644 (file)
@@ -119,6 +119,8 @@ struct lttng_live_stream_iterator {
 
        /* Owned by this. */
        GString *name;
+
+       bool has_stream_hung_up;
 };
 
 struct lttng_live_metadata {
This page took 0.024434 seconds and 4 git commands to generate.