X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-4.c;fp=src%2Fbin%2Flttng-relayd%2Fcmd-2-4.c;h=f199b8396707746bb1144ef7f8f2b7c1d321f89a;hp=45410e4e81ad912c8e7f45107ff59e50e6635f31;hb=7d2f74525fbda4dcc744f33ea26c911545b5df13;hpb=efc8a87fb1ec94af764008a13b3576e793ae288c 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;