commit | 5150805a5cac25213a8575a8de19c8f57031e168 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 06 10:04:45 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 06 10:35:03 2021 +0200 |
tree | f4ab3c3c7f83fc6042720e54a20128d9bdb8e6f0 | |
parent | 6a2110c7175a031ff60b9b9769e80c3180ce0f9b [diff] |
MINOR: config: keep up-to-date current file/line/section in the global struct Let's add a few fields to the global struct to store information about the current file being processed, the current line number and the current section. This will be used to retrieve them using special variables.