projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63617db
)
BUILD: connection: connection.h needs list.h and server.h
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 16:48:01 +0000
(18:48 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
It manipulates lists and calls srv_add_conn().
include/haproxy/connection.h
patch
|
blob
|
history
diff --git
a/include/haproxy/connection.h
b/include/haproxy/connection.h
index
7e5ee7e
..
a39c717
100644
(file)
--- a/
include/haproxy/connection.h
+++ b/
include/haproxy/connection.h
@@
-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>