]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: task: use struct ha_caller instead of arrays of file:line
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Sep 2022 08:25:49 +0000 (10:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 12:30:38 +0000 (14:30 +0200)
commite08af9a0f4fd2ef5c32f62e649235855d4dc0b41
tree8fa2d7d5759cb7be47ee38e565a24c44a4891774
parentd2b2ad902b6098ed0e0232d3bf7b5d940516b049
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.
include/haproxy/task-t.h
include/haproxy/task.h