X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsession.c;h=5d5aa4c643d8e0d289fd9499d177277fdd068c81;hp=d838385210389642950213d8fe5b68a47a586a97;hb=7145f5e9af16907c65a514fe9112e99564cf6333;hpb=875e316454ad7e13f722eab14067bb5f15d7369c diff --git a/src/bin/lttng-relayd/session.c b/src/bin/lttng-relayd/session.c index d83838521..5d5aa4c64 100644 --- a/src/bin/lttng-relayd/session.c +++ b/src/bin/lttng-relayd/session.c @@ -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;