commit | a264d960f687140f833a02358f3c362cb4587c20 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 04 22:29:18 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:58 2020 +0200 |
tree | 98dc4bf3872e7616a1f8122b88a05298c2fcb8f6 | |
parent | aeed4a85d6c95382f26ff34d9e944c71e21be711 [diff] |
REORG: include: move proxy.h to haproxy/proxy{,-t}.h This one is particularly difficult to split because it provides all the functions used to manipulate a proxy state and to retrieve names or IDs for error reporting, and as such, it was included in 73 files (down to 68 after cleanup). It would deserve a small cleanup though the cut points are not obvious at the moment given the number of structs involved in the struct proxy itself.