commit | b63888c67ced3b83fe23834ebf24209f1b29339d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 19:55:29 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | d90f7798d55674db7f7af77d244c644499164546 | |
parent | c91f608bcb385a31540313c0cf805a1b08ae5c45 [diff] |
REORG: fd: uninline compute_poll_timeout() It's not needed to inline it at all (one call per loop) and it introduces dependencies, let's move it to fd.c. Removing the few remaining includes that came with it further reduced by ~0.2% the LoC and the build time is now below 6s.