MINOR: conn-stream: Add mask from flags set by endpoint or app layer
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 May 2022 07:19:13 +0000 (09:19 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 May 2022 07:23:35 +0000 (09:23 +0200)
commitfa24379aeb9237dc550176d25021fd11eee94a9b
tree88c0b5f6f8dcdd0010edc6147abc7fa841560735
parentde1803f8a94357274ce29fde1ee16224122948bd
MINOR: conn-stream: Add mask from flags set by endpoint or app layer

In flags set on the endpoints, some are set by endpoints itself and some are
set by the app layer. To help flags manipulations, 2 masks have been
added. The first one, CS_EP_ENDP_MASK, for all flags that an endpoint may
set. The other one, CS_EP_APP_MASK, for flags that the app layer may set.

This patch is mandatory for the next commit.
include/haproxy/conn_stream-t.h