commit | e08af9a0f4fd2ef5c32f62e649235855d4dc0b41 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 06 10:25:49 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 08 14:30:38 2022 +0200 |
tree | 8fa2d7d5759cb7be47ee38e565a24c44a4891774 | |
parent | d2b2ad902b6098ed0e0232d3bf7b5d940516b049 [diff] |
DEBUG: task: use struct ha_caller instead of arrays of file:line This reduces the task struct by 8 bytes, reduces the code size a little bit by simplifying the calling convention (one argument dropped), and as a bonus provides the function name in the caller.