]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream-int: rename si_reset() to si_init()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Jan 2022 07:13:46 +0000 (08:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:03 +0000 (11:00 +0100)
commit014ac35eb25ebbbf4cf99c3fdb379611def6b45a
tree6eac81db628e1426f5703d7fb1d8c3ae8dd7645d
parentcda94accb1f0e2615b36688a7271829cb3a3be33
CLEANUP: stream-int: rename si_reset() to si_init()

si_reset() function is only used when a stream-interface is allocated. Thus
rename it to si_init() insteaad.
include/haproxy/stream_interface.h
src/stream_interface.c