Rename LTTng index in CTF index
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index c17a67ea806a6c36f069f85801927e0c1721ca45..6840aba31edda4c7c2181613ce35c06d081ca73f 100644 (file)
@@ -25,7 +25,7 @@
 #include <urcu/wfqueue.h>
 
 #include <common/hashtable/hashtable.h>
-#include <common/index/lttng-index.h>
+#include <common/index/ctf-index.h>
 
 #include "ctf-trace.h"
 
@@ -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.024584 seconds and 5 git commands to generate.