]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Uninline and export sess_set_term_flags() function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 12:46:01 +0000 (14:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 10:13:09 +0000 (12:13 +0200)
commitdbad8ec787e80a67b70d8ca7dc9b06a773884723
treeaf6328fad736a269c5664a3deb2b89ee934c068b
parent95125886ee2599c9d65c49651a665734bbc5a0fd
MINOR: stream: Uninline and export sess_set_term_flags() function

This function will be used to set termination flags on TCP streams from
outside of process_stream(). Thus, it must be uninlined and exported.
include/haproxy/stream.h
src/stream.c