]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: resolvers: Add function to change the srv status based on SRV resolution
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 Mar 2021 17:03:21 +0000 (18:03 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Mar 2021 16:41:28 +0000 (17:41 +0100)
commit5efdef24c1753d7a68d1f6c8dc8cb6b4b84a3361
tree56fa506bc32f7328b75413df1f9bbbc699c8cabb
parent51d5e3bda7fb07a5f03cb878dd66f673c3ed1a59
MINOR: resolvers: Add function to change the srv status based on SRV resolution

srvrq_update_srv_status() update the server status based on result of SRV
resolution. For now, it is only used from snr_update_srv_status() when
appropriate.
include/haproxy/server.h
src/server.c