]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: add dup_logsrv() helper function
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 5 Jul 2023 13:52:19 +0000 (15:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Sep 2023 14:06:39 +0000 (16:06 +0200)
commit969e212c663dbbfae4b432413f8363072c0834a5
tree4bd3f5534e32c6320d5b660bc606941f38473360
parent7a12e2d369a46ce020a7d20c55dd8c1c7b99c0bc
MINOR: log: add dup_logsrv() helper function

ease code maintenance by introducing dup_logsrv() helper function to
properly duplicate an existing logsrv struct.
include/haproxy/log.h
src/http_client.c
src/log.c
src/proxy.c