On-disk multiple tracefiles circular buffer
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 66ca8dbdef5a9b8f5818855b6cb51c88820ef319..87807d989c12645946b03c4b9d01fb0feb7b42d5 100644 (file)
@@ -82,6 +82,8 @@ struct ltt_kernel_stream {
        int cpu;
        /* Format is %s_%d respectively channel name and CPU number. */
        char name[DEFAULT_STREAM_NAME_LEN];
+       uint64_t tracefile_size;
+       uint64_t tracefile_count;
        struct cds_list_head list;
 };
 
This page took 0.02286 seconds and 4 git commands to generate.