commit | 6af81f80fb12ca5306f78f84faf8a8855ea2ba7b | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu May 27 15:45:28 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jun 07 16:58:16 2021 +0200 |
tree | 26dea5e8e29ab7001bb526513ae6c5167afbbc2c | |
parent | 0a1cdccebdd79901b98ce1b389c13b2fb27c0932 [diff] |
MEDIUM: errors: implement parsing context type Create a parsing_ctx structure. This type is used to store information about the current file/line parsed. A global context is created and can be manipulated when haproxy is in STARTING mode. When starting is over, the context is resetted and should not be accessed anymore.