mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-14 23:44:41 +00: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
@ -27,13 +27,10 @@
|
|||||||
#include <haproxy/connection.h>
|
#include <haproxy/connection.h>
|
||||||
#include <haproxy/conn_stream-t.h>
|
#include <haproxy/conn_stream-t.h>
|
||||||
#include <haproxy/obj_type.h>
|
#include <haproxy/obj_type.h>
|
||||||
#include <haproxy/pool-t.h>
|
|
||||||
|
|
||||||
struct stream;
|
struct stream;
|
||||||
struct check;
|
struct check;
|
||||||
|
|
||||||
extern struct pool_head *pool_head_connstream;
|
|
||||||
|
|
||||||
#define IS_HTX_CS(cs) (cs_conn(cs) && IS_HTX_CONN(cs_conn(cs)))
|
#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);
|
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 New Issue
Block a user