summaryrefslogtreecommitdiff
path: root/include/haproxy/lb_map.h
Commit message (Collapse)AuthorAgeFilesLines
* REORG: include: move server.h to haproxy/server{,-t}.hWilly Tarreau2020-06-111-1/+1
| | | | | | | extern struct dict server_name_dict was moved from the type file to the main file. A handful of inlined functions were moved at the bottom of the file. Call places were updated to use server-t.h when relevant, or to simply drop the entry when not needed.
* REORG: include: move proxy.h to haproxy/proxy{,-t}.hWilly Tarreau2020-06-111-1/+1
| | | | | | | | | 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.
* REORG: include: move lb_map.h to haproxy/lb_map{,-t}.hWilly Tarreau2020-06-111-0/+41
Nothing was changed.