X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-11.c;h=2545af45b4a5442e0a38518df26e9fecda773c8b;hb=c5cd91c8bf38aed6a54ff5e5f04dd6fa251a8673;hp=500f9ce482c1afc4bfbfd6804c7c409ab4119c47;hpb=59999197d40a0811585912bfac399c3492b61da2;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/cmd-2-11.c b/src/bin/lttng-relayd/cmd-2-11.c index 500f9ce48..2545af45b 100644 --- a/src/bin/lttng-relayd/cmd-2-11.c +++ b/src/bin/lttng-relayd/cmd-2-11.c @@ -51,6 +51,7 @@ int cmd_create_session_2_11(const struct lttng_buffer_view *payload, header.current_chunk_id.value = be64toh(header.current_chunk_id.value); header.current_chunk_id.is_set = !!header.current_chunk_id.is_set; header.creation_time = be64toh(header.creation_time); + header.session_id = be64toh(header.session_id); lttng_uuid_copy(sessiond_uuid, header.sessiond_uuid); @@ -129,6 +130,7 @@ int cmd_create_session_2_11(const struct lttng_buffer_view *payload, *creation_time = (time_t) header.creation_time; *session_name_contains_creation_time = header.session_name_contains_creation_time; + *id_sessiond = header.session_id; ret = 0;