]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: make the pat_lru_seed read_mostly
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 15:42:04 +0000 (17:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 17:27:41 +0000 (19:27 +0200)
commit295a89c02948c0d5380305d487258997d55fb34d
treeb97548d9951144b8a4bb7710e6804263975c891c
parentad6722ea3a61d320297610a64022ffc7e25f1b5e
MINOR: pattern: make the pat_lru_seed read_mostly

This seed is created once at boot and is used in every LRU hash when
caching results. Let's mark it read_mostly.
src/pattern.c