From: Olivier Dion Date: Thu, 21 Mar 2024 18:42:13 +0000 (-0400) Subject: lttng-ust(3): Fix wrong len_type for sequence X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=7aa0de34b75b58fc4badf2187eaafcc75d8d2b9a;hp=7aa0de34b75b58fc4badf2187eaafcc75d8d2b9a;p=lttng-ust.git lttng-ust(3): Fix wrong len_type for sequence `len_type' of a sequence field must be of type unsigned integer. Some provided examples in the man page were incorrectly using a type signed integer, resulting in correct compilation, but error while decoding. Change-Id: Icc685b330d0704660b36f703075f453d71c5e4cb Signed-off-by: Olivier Dion Signed-off-by: Mathieu Desnoyers ---