MINOR: protocol: move __protocol_by_family to read_mostly
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 15:38:05 +0000 (17:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 17:27:41 +0000 (19:27 +0200)
commitad6722ea3a61d320297610a64022ffc7e25f1b5e
tree625ad8d24c639dd5d12809987f9b5dc8af64aa58
parent14015b888001137a504a52a900b6267eb8183aa6
MINOR: protocol: move __protocol_by_family to read_mostly

This one is used for each outgoing connection and never changes after
boot, move it to read_mostly.
src/protocol.c