X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-4.c;h=f199b8396707746bb1144ef7f8f2b7c1d321f89a;hb=7d2f74525fbda4dcc744f33ea26c911545b5df13;hp=45410e4e81ad912c8e7f45107ff59e50e6635f31;hpb=d3e2ba59faddb31870e2ce29b6a881f7ad5ad883;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/cmd-2-4.c b/src/bin/lttng-relayd/cmd-2-4.c index 45410e4e8..f199b8396 100644 --- a/src/bin/lttng-relayd/cmd-2-4.c +++ b/src/bin/lttng-relayd/cmd-2-4.c @@ -46,6 +46,7 @@ int cmd_create_session_2_4(struct relay_command *cmd, strncpy(session->hostname, session_info.hostname, sizeof(session->hostname)); session->live_timer = be32toh(session_info.live_timer); + session->snapshot = be32toh(session_info.snapshot); ret = 0;