X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracer.c;h=c9422c8fec5c27668552693e93acde510a0baf2d;hb=fc214788832b93d238449c2b7736a8425b7e5330;hp=8c3f77466f057f8fc89afcfc3c1dd2a5ac57b45f;hpb=223f2e7ce070406f507856fa8f0de508d8a05ad3;p=ust.git diff --git a/libust/tracer.c b/libust/tracer.c index 8c3f774..c9422c8 100644 --- a/libust/tracer.c +++ b/libust/tracer.c @@ -337,7 +337,7 @@ void ltt_release_transport(struct kref *kref) */ void ltt_release_trace(struct kref *kref) { - struct ust_trace *trace = container_of(kref, + struct ust_trace *trace = _ust_container_of(kref, struct ust_trace, kref); ltt_channels_trace_free(trace->channels); free(trace);