mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
CLEANUP: conn-stream: Don't export conn-stream pool
There is no reason to export the conn-stream pool.
This commit is contained in:
parent
a73c9f0faa
commit
9a86f6399f
1 changed files with 0 additions and 3 deletions
|
|
@ -27,13 +27,10 @@
|
|||
#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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue