]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: conn-stream: Don't export conn-stream pool
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Dec 2021 13:55:25 +0000 (14:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:03 +0000 (11:00 +0100)
There is no reason to export the conn-stream pool.

include/haproxy/conn_stream.h

index a89104b17e2a09687315940b0a412586eb032c2f..730a29bbd499605d7b7b47a53bf30bafee067fa3 100644 (file)
 #include <haproxy/connection.h>
 #include <haproxy/conn_stream-t.h>
 #include <haproxy/obj_type.h>
-#include <haproxy/pool-t.h>
 
 struct stream;
 struct check;
 
-extern struct pool_head *pool_head_connstream;
-
 #define IS_HTX_CS(cs)     (cs_conn(cs) && IS_HTX_CONN(cs_conn(cs)))
 
 struct conn_stream *cs_new(enum obj_type *endp, void *ctx, enum obj_type *app, void *data, const struct data_cb *data_cb);