relayd: implement file and session rotation on top of trace chunks
[lttng-tools.git] / src / common / index / index.h
index a999a83d9b74aef5bcc7ca79d0b2185db39127db..b5ffc314998b483acbb9f0df47da5e2fcef10a45 100644 (file)
@@ -31,6 +31,7 @@ struct lttng_index_file {
        uint32_t major;
        uint32_t minor;
        uint32_t element_len;
+       struct lttng_trace_chunk *trace_chunk;
        struct urcu_ref ref;
 };
 
This page took 0.023277 seconds and 4 git commands to generate.