mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 03:59:26 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user