]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree()
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 16:27:28 +0000 (18:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commit930428c0bf43509d614b5a9fbf9d0a1c18d75d1f
treea91d274c25978f707792e4c56e5d7bd73da8d6a0
parente5983ffb3adbf71a8f286094b1c1afce6061d1f3
REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree()

The former is far too huge to be inlined and the second is the only
one requiring an ebmb tree through all includes, let's move them to
connection.c.
include/haproxy/connection.h
include/haproxy/server.h
src/connection.c