relay: use urcu_ref_get_unless_zero
[lttng-tools.git] / src / bin / lttng-relayd / ctf-trace.h
index d051f80837e4bcbbae88a7a12c12b6504968789a..9903d38e874a4e86760e25ee01a7f2605cc789b8 100644 (file)
 #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 */
 
This page took 0.023676 seconds and 5 git commands to generate.