commit | dbad8ec787e80a67b70d8ca7dc9b06a773884723 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 14:46:01 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 12:13:09 2023 +0200 |
tree | af6328fad736a269c5664a3deb2b89ee934c068b | |
parent | 95125886ee2599c9d65c49651a665734bbc5a0fd [diff] |
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.