commit | 8b4b6a0d63c5b95d51c9502e38a0ef04f3445535 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 15 16:53:51 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 25 10:02:39 2021 +0100 |
tree | 827b265fefbab1bfd70b82e597a0f75dc626d5d7 | |
parent | 6d87c58fb429d54ddb96c522a9d6f545185f239c [diff] |
CLEANUP: server: Use a local eb-tree to store lines of the global server-state file There is no reason to use a global variable to store the lines of the global server-state file. This tree is only used during the file parsing, as a line cache. Now the eb-tree is declared as a local variable in the apply_server_state() function.