]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server/event_hdl: update _srv_event_hdl_prepare_inetaddr prototype
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 7 Dec 2023 15:39:32 +0000 (16:39 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Dec 2023 13:22:26 +0000 (14:22 +0100)
commit4e50c31eab9a45bf82c5225fbaf456a8da983ce9
tree5d8a263979ab145e39a3ed78725f1486d802b4f8
parent14893a6a00f24e14dcca5baa335a7f9d78dafc80
MINOR: server/event_hdl: update _srv_event_hdl_prepare_inetaddr prototype

Slightly change _srv_event_hdl_prepare_inetaddr() function prototype to
reduce the input arguments by learning some settings directly from the
server. Also taking this opportunity to make the function static inline
since it's relatively simple and not meant to be used directly.
src/server.c