]> git.kaiwu.me - haproxy.git/commit
CLEANUP: counters: rename counters_be_shared_init to counters_be_shared_prepare
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 29 Jul 2025 12:16:05 +0000 (14:16 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 29 Jul 2025 16:00:13 +0000 (18:00 +0200)
commit713ebd2750928c0692e0834049800737716831a1
treeba46e8a96564afb8cc10e3e259d26ca7b1a25cd4
parent2ffe515d97a80318f1f3a84f8e18015500b8ef01
CLEANUP: counters: rename counters_be_shared_init to counters_be_shared_prepare

75e480d10 ("MEDIUM: stats: avoid 1 indirection by storing the shared
stats directly in counters struct") took care of renaming
counters_fe_shared_init() but we forgot counters_be_shared_init().

Let's fix that for consistency
include/haproxy/counters.h
src/counters.c
src/proxy.c
src/server.c