MINOR: pool: move pool declarations to read_mostly
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 15:23:00 +0000 (17:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 17:27:41 +0000 (19:27 +0200)
commitff88270ef9babb2fc727c8d91b02b1ee732c539a
treea5ca07ce8ae80798b0044412b4b41785f3087475
parent8209c9aa18845e7e2f8aadeff281496d09f9ff36
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.
addons/ot/src/opentracing.c
addons/ot/src/scope.c
include/haproxy/pool.h
src/chunk.c
src/compression.c
src/dynbuf.c
src/extcheck.c
src/hpack-tbl.c
src/http_ana.c
src/ssl_sock.c