]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: connection: do not declare register_mux_proto() inline
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Mar 2022 13:46:45 +0000 (14:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Mar 2022 13:46:45 +0000 (14:46 +0100)
commitd318e4e0220ec090798baa1ce978f8a5ba071af4
tree77c67c13c9e1ea89ac172b76c341520cd472e308
parente4149cdbc696430bc1ef6256ff38336b3e5c1544
BUILD: connection: do not declare register_mux_proto() inline

This one is referenced in initcalls by its pointer, it makes no sense
to declare it inline. At best it causes function duplication, at worst
it doesn't build on older compilers.
include/haproxy/connection.h
src/connection.c