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:15:14 +0000 (15:15 -0400)
commit6088a1b468436b0fd23889ab79c9d90b6360cc72
treeef607245db278885247bbe9e3140076f893e7d9b
parent5db715e800d9b721f48495a987cd26c25965e836
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.0249 seconds and 4 git commands to generate.