commit | ff88270ef9babb2fc727c8d91b02b1ee732c539a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 10 17:23:00 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Apr 10 19:27:41 2021 +0200 |
tree | a5ca07ce8ae80798b0044412b4b41785f3087475 | |
parent | 8209c9aa18845e7e2f8aadeff281496d09f9ff36 [diff] |
MINOR: pool: move pool declarations to read_mostly All pool heads are accessed via a pointer and should not be shared with highly written variables. Move them to the read_mostly section.