diff --git a/include/haproxy/listener-t.h b/include/haproxy/listener-t.h index 3f0ea5833..f22f3b2fc 100644 --- a/include/haproxy/listener-t.h +++ b/include/haproxy/listener-t.h @@ -176,6 +176,7 @@ struct bind_conf { struct proxy *frontend; /* the frontend all these listeners belong to, or NULL */ const struct mux_proto_list *mux_proto; /* the mux to use for all incoming connections (specified by the "proto" keyword) */ struct xprt_ops *xprt; /* transport-layer operations for all listeners */ + uint options; /* set of BC_O_* flags */ int is_ssl; /* SSL is required for these listeners */ int generate_certs; /* 1 if generate-certificates option is set, else 0 */ int level; /* stats access level (ACCESS_LVL_*) */