mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 05:42:07 +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,9 +27,9 @@
|
||||
#include <haproxy/freq_ctr.h>
|
||||
#include <haproxy/listener-t.h>
|
||||
#include <haproxy/proxy-t.h>
|
||||
#include <haproxy/server-t.h>
|
||||
#include <haproxy/ticks.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <types/server.h>
|
||||
|
||||
extern struct proxy *proxies_list;
|
||||
extern struct eb_root used_proxy_id; /* list of proxy IDs in use */
|
||||
|
||||
Reference in New Issue
Block a user