X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;h=5f70df481d9f60f0aec35d1aa1d34894aeed577b;hp=71a2d925f4bfa0fa983410ebc1b297573b39d561;hb=d2cb4a903e7b0868be99c6d558ce0c782af81c27;hpb=ab8a350b171f349c43b856895a1fe961ed47c337 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);