ctf: decoding: accommodate lttng-crash timestamp quirk
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta.h
index 5924346d7e30c1fccba5b0a3769b6c349fad1ef1..884fe69ebfdf166e4230648080bdba2e44ad551c 100644 (file)
@@ -310,6 +310,10 @@ struct ctf_trace_class {
 
        /* Weak, set during translation */
        bt_trace_class *ir_tc;
+
+       struct {
+               bool lttng_crash;
+       } quirks;
 };
 
 static inline
This page took 0.026151 seconds and 4 git commands to generate.