relayd: register fd tracker instance to all created trace chunks
[lttng-tools.git] / src / bin / lttng-relayd / session.c
index d838385210389642950213d8fe5b68a47a586a97..5d5aa4c643d8e0d289fd9499d177277fdd068c81 100644 (file)
@@ -241,6 +241,8 @@ static int session_set_anonymous_chunk(struct relay_session *session)
                ret = -1;
                goto end;
        }
+
+       lttng_trace_chunk_set_fd_tracker(chunk, the_fd_tracker);
        output_directory = NULL;
        session->current_trace_chunk = chunk;
        chunk = NULL;
This page took 0.024072 seconds and 4 git commands to generate.