lttng-ust(3): Fix wrong len_type for sequence
authorOlivier Dion <odion@efficios.com>
Thu, 21 Mar 2024 18:42:13 +0000 (14:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Mar 2024 19:14:49 +0000 (15:14 -0400)
commit7aa0de34b75b58fc4badf2187eaafcc75d8d2b9a
tree7d3ba8c1f46af29fc169f4a925f4612975f9c6fc
parent26639d02f4780914e38a49eccb5e712645129c6e
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 <odion@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust.3.txt
This page took 0.026774 seconds and 4 git commands to generate.