mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-16 06:11:00 +01:00
BUILD: connection: connection.h needs list.h and server.h
It manipulates lists and calls srv_add_conn().
This commit is contained in:
parent
63617dbec6
commit
fa17d9f92c
@ -29,9 +29,11 @@
|
||||
#include <haproxy/connection-t.h>
|
||||
#include <haproxy/fd.h>
|
||||
#include <haproxy/http_ana.h>
|
||||
#include <haproxy/list.h>
|
||||
#include <haproxy/listener-t.h>
|
||||
#include <haproxy/obj_type.h>
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/server.h>
|
||||
#include <haproxy/session.h>
|
||||
#include <haproxy/task-t.h>
|
||||
#include <haproxy/tcpcheck-t.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user