]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server/event_hdl: publish macro helper
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 25 Apr 2023 08:44:41 +0000 (10:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 14:28:32 +0000 (16:28 +0200)
commit306a5fc98724cb164ead712425c095c19c188274
treeaab6652ffb192e4bf5c7e0530007a9331e31e2c2
parentc4ae8906b9e003ad29923562b406b533c2138e81
MINOR: server/event_hdl: publish macro helper

add a macro helper to help publish server events to global and
per-server subscription list at once since all server events
support both subscription modes.
src/server.c