]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: counters: move freq-ctr from proxy/server into counters struct
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 29 Apr 2024 14:05:27 +0000 (16:05 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 May 2024 08:55:25 +0000 (10:55 +0200)
commit639e73f8f29859efb4ce7adc712aeba1685a57c0
treeb086e0fcb161686064f07c275e7e933746bf8341
parent4e9e841878d9bc09d171376cfcae2e9da671de4a
MINOR: counters: move freq-ctr from proxy/server into counters struct

Move freq-ctr defined in proxy or server structures into their dedicated
fe_counters/be_counters struct.

Functionnaly no change here. This commit will allow to convert rate
stats column to generic one, which is mandatory to manipulate them in
the stats-file.
include/haproxy/counters-t.h
include/haproxy/proxy-t.h
include/haproxy/proxy.h
include/haproxy/server-t.h
include/haproxy/server.h
src/backend.c
src/frontend.c
src/listener.c
src/proxy.c
src/stats.c