X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=d24f1cb73e69433736cf007a004550621c28d05a;hb=45807148b2641aa049f821a7c71c4c7246c7692e;hp=c3249a01775b9280d99936f7a6970a543fdcff24;hpb=caf929fa6105f9dbea79e3c05f9a9cbc7944028a;p=babeltrace.git diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index c3249a01..d24f1cb7 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -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