commit | fd8b737e2c29a886366808258234887fd10e50a5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 21 17:31:50 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 23 17:11:33 2022 +0100 |
tree | ddd72258c21907d1efcc15a80e72c5fb50314795 | |
parent | 8d0273ed88ceac6d02bc30234d07dd77dee89b11 [diff] |
MINOR: pools: switch DEBUG_DONT_SHARE_POOLS to runtime This test used to appear at a single location in create_pool() to enable a check on the pool name or unconditionally merge similarly sized pools. This patch introduces POOL_DBG_DONT_MERGE and conditions the test on this new runtime flag, that is preset according to the aforementioned debugging option.