REORG: include: move server.h to haproxy/server{,-t}.h

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.
This commit is contained in:
Willy Tarreau
2020-06-04 23:20:13 +02:00
parent a55c45470f
commit 1e56f92693
42 changed files with 108 additions and 117 deletions

View File

@@ -27,7 +27,7 @@
#include <haproxy/pool.h>
#include <haproxy/proxy-t.h>
#include <haproxy/queue-t.h>
#include <types/server.h>
#include <haproxy/server-t.h>
#include <types/stream.h>
extern struct pool_head *pool_head_pendconn;