]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: server: uninline the idle conns management functions
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 16:30:04 +0000 (18:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commit260f324c19691a0906fe617d4f80e65ca8fb1c40
tree64ee63e476b29b421383e5515d5ff43de6899cb1
parent930428c0bf43509d614b5a9fbf9d0a1c18d75d1f
REORG: server: uninline the idle conns management functions

The following functions are quite heavy and have no reason to be kept
inlined:

   srv_release_conn, srv_lookup_conn, srv_lookup_conn_next,
   srv_add_to_idle_list

They were moved to server.c. It's worth noting that they're a bit
at the edge between server and connection and that maybe we could
create an idle-conn file for these in the near future.
include/haproxy/server.h
src/server.c