]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: server: Export and rename some functions updating server info
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Feb 2021 11:07:47 +0000 (12:07 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:02:39 +0000 (10:02 +0100)
commit69beaa91d575c018d74c94f58138ae16831a5bef
tree07f58bb723345a9b6f5cf8a60c77e6dd68c1e59d
parenta67c6bf333611cfb60dffa50bea1d7afe688b89e
REORG: server: Export and rename some functions updating server info

Some static functions are now exported and renamed to follow the same
pattern of other exported functions. Here is the list :

 * update_server_fqdn: Renamed to srv_update_fqdn and exported
 * update_server_check_addr_port: renamed to srv_update_check_addr_port and exported
 * update_server_agent_addr_port: renamed to srv_update_agent_addr_port and exported
 * update_server_addr: renamed to srv_update_addr
 * update_server_addr_potr: renamed to srv_update_addr_port
 * srv_prepare_for_resolution: exported

This change is mandatory to move all functions dealing with the server-state
files in a separate file.
include/haproxy/server.h
src/hlua_fcn.c
src/resolvers.c
src/server.c