commit | e0650224b8658694c0d25d7ba38ba2bfd0c1b33c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 16:22:09 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | 343986d793d49d03d04ce4c46c80fc6679ace090 | |
parent | 9310f481ce7c33bfc511d865144678dad368c596 [diff] |
REORG: activity: uninline activity_count_runtime() This function has no reason for being inlined, it's called from non critical places (once in pollers), is quite large and comes with dependencies (time and freq_ctr). Let's move it to acitvity.c. That's another 0.4% less LoC to build.