From: Simon Marchi Date: Wed, 31 Mar 2021 18:40:13 +0000 (-0400) Subject: Clean-up: consumer: prepend `the_` to global variable X-Git-Tag: v2.13.0-rc1~135 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=fa29bfbf73e837b936d80b4d5a1206dfb8496f07;hp=fa29bfbf73e837b936d80b4d5a1206dfb8496f07 Clean-up: consumer: prepend `the_` to global variable This avoids name clashes between the global variable and local variables / function parameters. This is a step towards enabling -Wshadow. This also helps readability, in my opinion, as it helps quickly spot that some code is using a global variable. Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau Change-Id: I20eb47b91e3500bf1aebee17fdb995940cae7a33 ---