commit | 9fe7aae6eb4b0576832bfaf5b10fa97cbbdf34b5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 31 23:47:37 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 31 23:47:37 2013 +0100 |
tree | cf4ebcd5f532232d2dedcb5492b8cf5877a6db9e | |
parent | 9e5a3aacf42204cc55ac819f127c37a56fba132d [diff] |
MINOR: checks: use an inline function for health_adjust() This function is called twice per request, and does almost always nothing. Better use an inline version to avoid entering it when we can. About 0.5% additional performance was gained this way.