Move trace collection pointer to bt_trace_descriptor
[babeltrace.git] / formats / ctf / events-private.h
index 201b2b3692850dd739188a54c148063d3d5a31d2..770012f405ce39703f7672ad46e94de7f5087dd4 100644 (file)
@@ -40,7 +40,7 @@ uint64_t ctf_get_real_timestamp(struct ctf_stream_definition *stream,
 {
        uint64_t ts_nsec;
        struct ctf_trace *trace = stream->stream_class->trace;
-       struct trace_collection *tc = trace->collection;
+       struct trace_collection *tc = trace->parent.collection;
        uint64_t tc_offset;
 
        if (tc->clock_use_offset_avg)
This page took 0.023542 seconds and 4 git commands to generate.