commit | 930428c0bf43509d614b5a9fbf9d0a1c18d75d1f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 18:27:28 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | a91d274c25978f707792e4c56e5d7bd73da8d6a0 | |
parent | e5983ffb3adbf71a8f286094b1c1afce6061d1f3 [diff] |
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.