commit | 6deab79d59e834dd8e2e432d7726eb067c60f919 | [log] [tgz] |
---|---|---|
author | Miroslav Zagorac <mzagorac@haproxy.com> | Wed Dec 09 16:34:29 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 16 14:20:08 2020 +0100 |
tree | 968cbdd1fe5ec37c1ac1e528450d2e7753a32506 | |
parent | da867d8d68f19f9034a47d42d16db78a84a12299 [diff] |
MINOR: vars: replace static functions with global ones The OpenTracing filter uses several internal HAProxy functions to work with variables and therefore requires two static local HAProxy functions, var_accounting_diff() and var_clear(), to be declared global. In fact, the var_clear() function was not originally defined as static, but it lacked a declaration.