]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: tree-wide: add missing http_ana.h from many places
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 16:56:42 +0000 (18:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
At least 6 files make use of s->txn without including http_ana which
defines it. They used to get it from other includes.

addons/promex/service-prometheus.c
src/cfgparse-listen.c
src/debug.c
src/log.c
src/stats.c
src/stream_interface.c

index 2070b9c1fdab01fff451e5c2e42f51c55d1e6ef6..69fb26a1ea69f558e8983050ab5e79162f3e8bbe 100644 (file)
@@ -22,6 +22,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/global.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/list.h>
index d4a73e7c75102a30a7cd50ad6382845963353f68..98e31ec665a2aa8001f197647356f2c9ee59aa57 100644 (file)
@@ -19,6 +19,7 @@
 #include <haproxy/compression-t.h>
 #include <haproxy/connection.h>
 #include <haproxy/extcheck.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/listener.h>
index 0720e1f92c617d7e64f9ef99b5dd5e8754cc622a..303e28269fba12462a86b08c76ec753075d81aac 100644 (file)
@@ -27,6 +27,7 @@
 #include <haproxy/fd.h>
 #include <haproxy/global.h>
 #include <haproxy/hlua.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/log.h>
 #include <haproxy/net_helper.h>
 #include <haproxy/stream_interface.h>
index 1e08b66c43d977e8c2982cd368273780807ed0e3..0e880c9d60aa3498b2051c54dc4f1fdb12029774 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -31,6 +31,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/global.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/listener.h>
 #include <haproxy/log.h>
 #include <haproxy/proxy.h>
index 8cc3bad692a4a0ad8e3102e2deb76d148b4f8f61..7db4c9029636ba05729e799ac2606bc7e574bdd4 100644 (file)
@@ -40,6 +40,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/global.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/list.h>
index 988bcfce317d9066630254e1e3b49dcb9cce4327..2406261749655083659d5a83ee99a3405601be60 100644 (file)
@@ -24,6 +24,7 @@
 #include <haproxy/channel.h>
 #include <haproxy/connection.h>
 #include <haproxy/dynbuf.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/pipe-t.h>
 #include <haproxy/pipe.h>