X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=1a58d5989e6358b68fbfd50f15d8e750a1bb8891;hp=25d09980e751a22f0933103d6420834981092eab;hb=2f21a469eee9bc3352b439b1e64fe6bbd5088fea;hpb=f86f6389a47137d2f5e8fc707916b6650fd1de00 diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 25d09980e..1a58d5989 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -84,6 +84,14 @@ 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; + char names[]; +} LTTNG_PACKED; + /* * Answer from an add stream command. */