From: Simon Marchi Date: Wed, 31 Mar 2021 18:54:08 +0000 (-0400) Subject: Clean-up: lttng: prepend `the_` to global variables in list.c X-Git-Tag: v2.13.0-rc1~129 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=41493f4a4a33b280a8e17b193af1bebf50ccb694;hp=41493f4a4a33b280a8e17b193af1bebf50ccb694 Clean-up: lttng: prepend `the_` to global variables in list.c This avoids name clashes between the global variable `handle` and function parameters of the same name. Change all global variables of the file while at it. Change-Id: Ice1a4f98270f439f5e5001014d9b3d6f2d8a5803 Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau ---