commit | 594775d17c6854b7d9dda23e37474ae6172e0fa2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 02 19:34:19 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 02 19:34:19 2022 +0100 |
tree | 827810833ddacd475dcfa251df314829f18f1399 | |
parent | afe2c4a1fc1c777e645944f69a4de63e9e156f38 [diff] |
CLEANUP: pools: group list updates in pool_get_from_cache() Some changes affect the list element and others affect the pool stats. Better group them together, as the compiler may not detect certain possible optimizations after the casts made by the list macros.