MINOR: server: move idle_conn_task to read_mostly
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 15:33:15 +0000 (17:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Apr 2021 17:27:41 +0000 (19:27 +0200)
commit14015b888001137a504a52a900b6267eb8183aa6
tree4c84e0ed0b5932d5a698cef5ed58aedd7a109c0c
parent56c3b8b4e8ba49626ce4698acbf7a661eb78aac5
MINOR: server: move idle_conn_task to read_mostly

This pointer is used when adding connections to the idle list and is
never changed, let's move it to the read_mostly section.
src/server.c