Move bt_context to bt_trace_descriptor
[babeltrace.git] / formats / ctf / ctf.c
index c3249a01775b9280d99936f7a6970a543fdcff24..d24f1cb73e69433736cf007a004550621c28d05a 100644 (file)
@@ -2093,7 +2093,7 @@ void ctf_set_context(struct bt_trace_descriptor *descriptor,
        struct ctf_trace *td = container_of(descriptor, struct ctf_trace,
                        parent);
 
-       td->ctx = ctx;
+       td->parent.ctx = ctx;
 }
 
 static
This page took 0.0239 seconds and 4 git commands to generate.