]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: trace: make trace sources read_mostly
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 17:29:26 +0000 (19:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 17:29:26 +0000 (19:29 +0200)
commit6eb3d37bf45844789a7118d259ea14dc0b398a51
tree06df90b35a5f9afe2c0b91ae9101bf9aa334258b
parent295a89c02948c0d5380305d487258997d55fb34d
MINOR: trace: make trace sources read_mostly

The trace sources are checked at plenty of places in the code and their
contents only change when trace status changes, let's mark them read_mostly.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c