X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=579a41df19355261186691263893b1ed6298fbc4;hb=2a85be8e0e679da996b48252b1d9aebb9bb29126;hp=306e2e4dd7bcd8e25c6f4caf5b0440c07e952105;hpb=1c17e4246f09572fcf8a24413017d8b5574c6eba;p=lttng-tools.git diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 306e2e4dd..579a41df1 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -25,6 +25,7 @@ #include #include #include +#include #define RELAYD_VERSION_COMM_MAJOR VERSION_MAJOR #define RELAYD_VERSION_COMM_MINOR VERSION_MINOR @@ -84,6 +85,15 @@ struct lttcomm_relayd_add_stream_2_2 { uint64_t tracefile_count; } LTTNG_PACKED; +struct lttcomm_relayd_add_stream_2_11 { + uint32_t channel_name_len; + uint32_t pathname_len; + uint64_t tracefile_size; + uint64_t tracefile_count; + uint64_t trace_archive_id; + char names[]; +} LTTNG_PACKED; + /* * Answer from an add stream command. */ @@ -191,6 +201,15 @@ struct lttcomm_relayd_create_session_2_4 { uint32_t snapshot; } LTTNG_PACKED; +struct lttcomm_relayd_create_session_2_11 { + uint32_t session_name_len; + uint32_t hostname_len; + uint32_t live_timer; + uint8_t snapshot; + /* Contains the session_name and hostname */ + char names[]; +} LTTNG_PACKED; + /* * Used to ask the relay to reset the metadata trace file (regeneration). * Send the new version of the metadata (starts at 0).