X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fctf-trace.h;h=9903d38e874a4e86760e25ee01a7f2605cc789b8;hb=62c43103c60bd704cd8ed7acaaa22465802f5673;hp=d051f80837e4bcbbae88a7a12c12b6504968789a;hpb=7591bab11eceedc6a0d1e02fd6f85592267a63b5;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/ctf-trace.h b/src/bin/lttng-relayd/ctf-trace.h index d051f8083..9903d38e8 100644 --- a/src/bin/lttng-relayd/ctf-trace.h +++ b/src/bin/lttng-relayd/ctf-trace.h @@ -30,10 +30,6 @@ #include "viewer-stream.h" struct ctf_trace { - /* - * The ctf_trace reflock nests inside the stream reflock. - */ - pthread_mutex_t reflock; /* Protects refcounting */ struct urcu_ref ref; /* Every stream has a ref on the trace. */ struct relay_session *session; /* Back ref to trace session */