X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-sink%2Ffs-sink-trace.h;h=6b982fa38a409037f7f5935a107088d80d6cc6df;hb=335a2da576e59d32c17de2ece1e7e339c50e9c25;hp=9ca03d1bcf11caecf4af41b43895fd580ef8c7c5;hpb=f393c19b7abdcc7763d1e6bc045022edeebd283e;p=babeltrace.git diff --git a/src/plugins/ctf/fs-sink/fs-sink-trace.h b/src/plugins/ctf/fs-sink/fs-sink-trace.h index 9ca03d1b..6b982fa3 100644 --- a/src/plugins/ctf/fs-sink/fs-sink-trace.h +++ b/src/plugins/ctf/fs-sink/fs-sink-trace.h @@ -39,14 +39,14 @@ struct fs_sink_trace { struct fs_sink_comp *fs_sink; /* Owned by this */ - struct fs_sink_ctf_trace_class *tc; + struct fs_sink_ctf_trace *trace; /* - * Weak reference: this object does not own it, and `tc` above - * does not own its trace IR trace class either. Instead, we add - * a "trace destruction" listener (in create_trace()) so that - * this object gets destroyed when the trace object is - * destroyed. + * Weak reference: this object does not own it, and `trace` + * above does not own its trace IR trace and trace class either. + * Instead, we add a "trace destruction" listener (in + * create_trace()) so that this object gets destroyed when the + * trace object is destroyed. * * Otherwise (with a strong reference), we would keep this trace * object alive until the upstream message iterator ends. This