commit | 1408b1f8be4a467c736d222fdb5ecbf36cc3fca9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 18 18:54:40 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 23 17:28:41 2022 +0100 |
tree | 55a171e13148f82f5875334006e4b437d84e915d | |
parent | 18f96d02d38fc3d3f88785540d1c59de2d9a88bf [diff] |
MINOR: pools: delegate parsing of command line option -dM to a new function New function pool_parse_debugging() is now dedicated to parsing options of -dM. For now it only handles the optional memory poisonning byte, but the function may already return an informative message to be printed for help, a warning or an error. This way we'll reuse it for the settings that will be needed for configurable debugging options.