X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=47f1d5cd738327290e91b27a91ee8b765522cde3;hp=1568f51137a6042b1a921767e09c9793ed35b9cc;hb=7fd975c523ee6e0bb45dcb13b7308b8d9d6406ba;hpb=bbc4768c20f1c552222e1746f9475d145d7bf04e diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 1568f5113..47f1d5cd7 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -92,7 +92,7 @@ struct lttcomm_relayd_add_stream_2_11 { uint32_t pathname_len; uint64_t tracefile_size; uint64_t tracefile_count; - uint64_t trace_archive_id; + uint64_t trace_chunk_id; char names[]; } LTTNG_PACKED; @@ -212,7 +212,9 @@ struct lttcomm_relayd_create_session_2_11 { lttng_uuid sessiond_uuid; /* Sessiond session id */ uint64_t session_id; - LTTNG_OPTIONAL_COMM(uint64_t) current_chunk_id; + /* Session creation time, in seconds since UNIX Epoch. */ + uint64_t creation_time; + LTTNG_OPTIONAL_COMM(uint64_t) LTTNG_PACKED current_chunk_id; /* Contains the session_name and hostname */ char names[]; } LTTNG_PACKED;