commit | c14eea49e6b6a99ff81b5de6fb40a0e0895e1d70 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 20 19:22:53 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 22 20:21:00 2019 +0200 |
tree | adca5632a81491d135e04a9c85d83ddb822be71f | |
parent | beadb5c823030545440a83e19b31de78194fd6f0 [diff] |
MINOR: trace: add the possibility to lock on some arguments Given that we can pass typed arguments to the trace() function, let's add provisions for tracking them. They are source-specific so we need to let the source fill their name and description. Only those with a non-null name will be proposed.