X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;fp=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=25d09980e751a22f0933103d6420834981092eab;hp=306e2e4dd7bcd8e25c6f4caf5b0440c07e952105;hb=f86f6389a47137d2f5e8fc707916b6650fd1de00;hpb=1c17e4246f09572fcf8a24413017d8b5574c6eba diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 306e2e4dd..25d09980e 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -191,6 +191,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).