X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;h=5f70df481d9f60f0aec35d1aa1d34894aeed577b;hb=e69067f243ada6fa8a8d87df23ae80b1090833d4;hp=71a2d925f4bfa0fa983410ebc1b297573b39d561;hpb=d1ae48607f5b5314b85d170cec052ad5e5d8f52c;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 71a2d925f..5f70df481 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -1632,7 +1632,8 @@ static int relay_add_stream(const struct lttcomm_relayd_hdr *recv_hdr, group_by_session_path_name = backward_compat_group_by_session( path_name, - session->session_name); + session->session_name, + session->creation_time.value); if (!group_by_session_path_name) { ERR("Failed to apply group by session to stream of session %" PRIu64, session->id);