commit | 17a51c64b55055fc0222a765976e66013bd5f875 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 20 18:42:52 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 22 20:21:00 2019 +0200 |
tree | 7cc78ac36c2f1cdbfdcb05fcb8127d05760e5503 | |
parent | 4ab242136d9111167a3a188728ac7ad9f8753a0b [diff] |
MINOR: trace: add a definition of typed arguments to trace() With a few macros it's possible for a trace source to commit to only using a certain type for a given argument (or set of). This will be particularly useful to let the trace subsystem retrieve some precious information such as a connection, session, listener, source address or so, and enable/disable filtering and/or locking.