Fix end condition on rotate with live reading
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index c17a67ea806a6c36f069f85801927e0c1721ca45..f22b115c9d037e78c0737b10f2f7861e9efeb21e 100644 (file)
@@ -163,6 +163,8 @@ struct relay_viewer_stream {
        uint64_t total_index_received;
        uint64_t tracefile_count;
        uint64_t tracefile_count_current;
+       /* Stop after reading this tracefile. */
+       uint64_t tracefile_count_last;
        struct lttng_ht_node_u64 stream_n;
        struct rcu_head rcu_node;
        struct ctf_trace *ctf_trace;
This page took 0.024555 seconds and 5 git commands to generate.