On-disk multiple tracefiles circular buffer
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 87fe412d6b862ed0c5eed27af988c55affbdabbd..92d6aaaf416d5af7c5c1f5184854c99d2c30fbf6 100644 (file)
@@ -59,6 +59,8 @@ struct ltt_ust_channel {
        struct lttng_ht *ctx;
        struct lttng_ht *events;
        struct lttng_ht_node_str node;
+       uint64_t tracefile_size;
+       uint64_t tracefile_count;
 };
 
 /* UST Metadata */
This page took 0.023174 seconds and 4 git commands to generate.