mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-13 10:37:02 +02:00
MINOR: mux-h1: make the mux_h1_ops struct static
It was needlessly exported while it's only used inside the mux.
This commit is contained in:
parent
6975296494
commit
f77a158c87
@ -2337,7 +2337,7 @@ static void h1_show_fd(struct buffer *msg, struct connection *conn)
|
|||||||
/****************************************/
|
/****************************************/
|
||||||
|
|
||||||
/* The mux operations */
|
/* The mux operations */
|
||||||
const struct mux_ops mux_h1_ops = {
|
static const struct mux_ops mux_h1_ops = {
|
||||||
.init = h1_init,
|
.init = h1_init,
|
||||||
.wake = h1_wake,
|
.wake = h1_wake,
|
||||||
.attach = h1_attach,
|
.attach = h1_attach,
|
||||||
|
Loading…
Reference in New Issue
Block a user