]> git.kaiwu.me - haproxy.git/commit
MINOR: ot: renamed the variable dbg_indent_level to flt_ot_dbg_indent_level
authorMiroslav Zagorac <mzagorac@haproxy.com>
Fri, 20 Jan 2023 23:44:13 +0000 (00:44 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 07:23:30 +0000 (09:23 +0200)
commit40d4fa29fd13ad75c12ad05271d39a5fd85600de
tree3056ed2324ed35d2eb75c65057f16e8c13e8166a
parentf2629342b22003994f62760c7a19ebf13b61e976
MINOR: ot: renamed the variable dbg_indent_level to flt_ot_dbg_indent_level

The thread-local variable dbg_indent_level used a generic name that could
collide with identifiers in other compilation units.  Renamed it to
flt_ot_dbg_indent_level so that it carried the flt_ot_ prefix consistent
with the rest of the OpenTracing filter namespace.  The rename covered the
declaration, definition, and all macro references in debug.h, parser.c and
util.c.
addons/ot/include/debug.h
addons/ot/src/parser.c
addons/ot/src/util.c